Html Css Color HEX #19A8AC Light Sea Green

📋 copy color: '#19A8AC'

red 25 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #19A8AC

Tints of Light Sea Green #19A8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 6.85%
G = 46.03%
B = 47.12%

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

#19A8AC (or 0x19A8AC) is known color: Light Sea Green. HEX triplet: 19, A8 and AC. RGB value is (25,168,172). Sum of RGB (Red+Green+Blue) = 25+168+172=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #19A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A8AC is #E65753. Grayscale: #7D7D7D. Windows color (decimal): -15095636 or 11315225. OLE color: 11315225.

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

Color convert

RGB 25 168 172 -
CMYK 0.85 0.02 0 0.33
HSL 181.63º 0.75% 0.39% -
HSV(B) 181.63º 0.85% 0.67% -
XYZ 21.85 31.19 43.9 -
YUV 125.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 25 168 172 0.85 0.02 0 0.33 181.63 0.75 0.39
Hex 19 A8 AC 55 2 0 21 B6 4B 27
Octal 31 250 254 125 2 0 41 266 113 47
Binary 11001 10101000 10101100 1010101 10 0 100001 10110110 1001011 100111

Color Harmonies of #19A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8AC

Black with #19A8AC

Text Example


Text Example

White with #19A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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