Html Css Color HEX #19A8AA Light Sea Green

📋 copy color: '#19A8AA'

red 25 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #19A8AA

Tints of Light Sea Green #19A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

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

R = 6.89%
G = 46.28%
B = 46.83%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#19A8AA (or 0x19A8AA) is known color: Light Sea Green. HEX triplet: 19, A8 and AA. RGB value is (25,168,170). Sum of RGB (Red+Green+Blue) = 25+168+170=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #19A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A8AA is #E65755. Grayscale: #7D7D7D. Windows color (decimal): -15095638 or 11184153. OLE color: 11184153.

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

Color convert

RGB 25 168 170 -
CMYK 0.85 0.01 0 0.33
HSL 180.83º 0.74% 0.38% -
HSV(B) 180.83º 0.85% 0.67% -
XYZ 21.66 31.11 42.89 -
YUV 125.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 25 168 170 0.85 0.01 0 0.33 180.83 0.74 0.38
Hex 19 A8 AA 55 1 0 21 B5 4A 26
Octal 31 250 252 125 1 0 41 265 112 46
Binary 11001 10101000 10101010 1010101 1 0 100001 10110101 1001010 100110

Color Harmonies of #19A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8AA

Black with #19A8AA

Text Example


Text Example

White with #19A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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