#19A2AA

Color #19A2AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #19A2AA

Tints of Light Sea Green #19A2AA

Color information

#19A2AA (or 0x19A2AA) is unknown color: approx Light Sea Green. HEX triplet: 19, A2 and AA. RGB value is (25,162,170). Sum of RGB (Red+Green+Blue) = 25+162+170=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #19A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A2AA is #E65D55. Grayscale: #797979. Windows color (decimal): -15097174 or 11182617. OLE color: 11182617.

HSL color Cylindrical-coordinate representation of color #19A2AA: hue angle of 183.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A2AA is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25162170-
CMYK0.850.0500.33
HSL183.31º74.36%38.24%-
HSV(B)183.31º85.29%66.67%-
XYZ20.5828.9542.53-
YUV121.95155.1158.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.00%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=7.00%
G=45.38%
B=47.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251621700.850.0500.33183.3174.3638.24
Hex19A2AA555021b74a26
Octal31242252125504126711246
Binary11001101000101010101010101011010100001101101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A2AA; }

 p { color: rgb(25,162,170); }

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

<style>
 a { background-color: #19A2AA; }

 a { background-color: rgb(25,162,170); }

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

<style>
 span { border-color: #19A2AA; }

 span { border-color: rgb(25,162,170); }

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