Html Css Color HEX #19AAAC Light Sea Green

📋 copy color: '#19AAAC'

red 25 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #19AAAC

Tints of Light Sea Green #19AAAC

RGB

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

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

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

R = 6.81%
G = 46.32%
B = 46.87%

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

#19AAAC (or 0x19AAAC) is known color: Light Sea Green. HEX triplet: 19, AA and AC. RGB value is (25,170,172). Sum of RGB (Red+Green+Blue) = 25+170+172=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #19AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAAC is #E65553. Grayscale: #7E7E7E. Windows color (decimal): -15095124 or 11315737. OLE color: 11315737.

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

Color convert

RGB 25 170 172 -
CMYK 0.85 0.01 0 0.33
HSL 180.82º 0.75% 0.39% -
HSV(B) 180.82º 0.85% 0.67% -
XYZ 22.22 31.93 44.02 -
YUV 126.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 25 170 172 0.85 0.01 0 0.33 180.82 0.75 0.39
Hex 19 AA AC 55 1 0 21 B5 4B 27
Octal 31 252 254 125 1 0 41 265 113 47
Binary 11001 10101010 10101100 1010101 1 0 100001 10110101 1001011 100111

Color Harmonies of #19AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAAC

Black with #19AAAC

Text Example


Text Example

White with #19AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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