Html Css Color HEX #19AAA6 Light Sea Green

📋 copy color: '#19AAA6'

red 25 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #19AAA6

Tints of Light Sea Green #19AAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.09%

 BLUE value IS 166 (65.23% from 255) = 45.98%

R = 6.93%
G = 47.09%
B = 45.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#19AAA6 (or 0x19AAA6) is known color: Light Sea Green. HEX triplet: 19, AA and A6. RGB value is (25,170,166). Sum of RGB (Red+Green+Blue) = 25+170+166=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA6 is #E65559. Grayscale: #7E7E7E. Windows color (decimal): -15095130 or 10922521. OLE color: 10922521.

HSL color Cylindrical-coordinate representation of color #19AAA6: hue angle of 178.34º 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 #19AAA6 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 170 166 -
CMYK 0.85 0 0.02 0.33
HSL 178.34º 0.74% 0.38% -
HSV(B) 178.34º 0.85% 0.67% -
XYZ 21.66 31.71 41.06 -
YUV 126.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 25 170 166 0.85 0 0.02 0.33 178.34 0.74 0.38
Hex 19 AA A6 55 0 2 21 B2 4A 26
Octal 31 252 246 125 0 2 41 262 112 46
Binary 11001 10101010 10100110 1010101 0 10 100001 10110010 1001010 100110

Color Harmonies of #19AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAA6

Black with #19AAA6

Text Example


Text Example

White with #19AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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