Html Css Color HEX #19AA9F Light Sea Green

📋 copy color: '#19AA9F'

red 25 ◦ green 170 ◦ blue 159

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

Shades of Light Sea Green #19AA9F

Tints of Light Sea Green #19AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 7.06%
G = 48.02%
B = 44.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#19AA9F (or 0x19AA9F) is known color: Light Sea Green. HEX triplet: 19, AA and 9F. RGB value is (25,170,159). Sum of RGB (Red+Green+Blue) = 25+170+159=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA9F is #E65560. Grayscale: #7D7D7D. Windows color (decimal): -15095137 or 10463769. OLE color: 10463769.

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

Color convert

RGB 25 170 159 -
CMYK 0.85 0 0.06 0.33
HSL 175.45º 0.74% 0.38% -
HSV(B) 175.45º 0.85% 0.67% -
XYZ 21.03 31.46 37.76 -
YUV 125.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 25 170 159 0.85 0 0.06 0.33 175.45 0.74 0.38
Hex 19 AA 9F 55 0 6 21 AF 4A 26
Octal 31 252 237 125 0 6 41 257 112 46
Binary 11001 10101010 10011111 1010101 0 110 100001 10101111 1001010 100110

Color Harmonies of #19AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AA9F

Black with #19AA9F

Text Example


Text Example

White with #19AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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