#13A074

Color #13A074 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #13A074

Tints of Free Speech Aquamarine #13A074

Color information

#13A074 (or 0x13A074) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A0 and 74. RGB value is (19,160,116). Sum of RGB (Red+Green+Blue) = 19+160+116=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #13A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A074 is #EC5F8B. Grayscale: #707070. Windows color (decimal): -15490956 or 7643155. OLE color: 7643155.

HSL color Cylindrical-coordinate representation of color #13A074: hue angle of 161.28º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A074 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB19160116-
CMYK0.8800.280.37
HSL161.28º78.77%35.1%-
HSV(B)161.28º88.13%62.75%-
XYZ15.9926.5420.8-
YUV112.82129.7961.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=6.44%
G=54.24%
B=39.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601160.8800.280.37161.2878.7735.1
Hex13A0745801C25a14f23
Octal232401641300344524111743
Binary100111010000011101001011000011100100101101000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A074; }

 p { color: rgb(19,160,116); }

 H1.HeaderClassName
 {
   color: #13A074;
 }
 .AnyTagClassName
 {
   color: #13A074;
 }
</style>
background-color css

<style>
 a { background-color: #13A074; }

 a { background-color: rgb(19,160,116); }

 div.DivClassName
 {
   background-color: #13A074;
 }
 .BgClassName
 {
   background-color: #13A074;
 }
</style>
border-color css

<style>
 span { border-color: #13A074; }

 span { border-color: rgb(19,160,116); }

 td.TdClassName
 {
   border-color: #13A074;
 }
 .TagClassName
 {
   border-color: #13A074;
 }
</style>