Html Css Color HEX #19A6AA Light Sea Green

📋 copy color: '#19A6AA'

red 25 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #19A6AA

Tints of Light Sea Green #19A6AA

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 25 166 170 -
CMYK 0.85 0.02 0 0.33
HSL 181.66º 0.74% 0.38% -
HSV(B) 181.66º 0.85% 0.67% -
XYZ 21.29 30.38 42.77 -
YUV 124.3 153.79 57.17 -
System Red Green Blue C M Y K H S L
Decimal 25 166 170 0.85 0.02 0 0.33 181.66 0.74 0.38
Hex 19 A6 AA 55 2 0 21 B6 4A 26
Octal 31 246 252 125 2 0 41 266 112 46
Binary 11001 10100110 10101010 1010101 10 0 100001 10110110 1001010 100110

Color Harmonies of #19A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A6AA

Black with #19A6AA

Text Example


Text Example

White with #19A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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