Html Css Color HEX #19CCAA Light Sea Green

📋 copy color: '#19CCAA'

red 25 ◦ green 204 ◦ blue 170

#19CCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #19CCAA

Tints of Light Sea Green #19CCAA

RGB

 RED value IS 25 (10.16% from 255) = 6.27%

 GREEN value IS 204 (80.08% from 255) = 51.13%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 6.27%
G = 51.13%
B = 42.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#19CCAA (or 0x19CCAA) is known color: Light Sea Green. HEX triplet: 19, CC and AA. RGB value is (25,204,170). Sum of RGB (Red+Green+Blue) = 25+204+170=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #19CCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CCAA is #E63355. Grayscale: #929292. Windows color (decimal): -15086422 or 11193369. OLE color: 11193369.

HSL color Cylindrical-coordinate representation of color #19CCAA: hue angle of 168.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CCAA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 204 170 -
CMYK 0.88 0 0.17 0.2
HSL 168.6º 0.78% 0.45% -
HSV(B) 168.6º 0.88% 0.8% -
XYZ 29.25 46.29 45.42 -
YUV 146.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 25 204 170 0.88 0 0.17 0.2 168.6 0.78 0.45
Hex 19 CC AA 58 0 11 14 A9 4E 2D
Octal 31 314 252 130 0 21 24 251 116 55
Binary 11001 11001100 10101010 1011000 0 10001 10100 10101001 1001110 101101

Color Harmonies of #19CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CCAA

Black with #19CCAA

Text Example


Text Example

White with #19CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19CCAA;
 }
 .AnyTagClassName
 {
   color: #19CCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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