Html Css Color HEX #19AAA1 Light Sea Green

📋 copy color: '#19AAA1'

red 25 ◦ green 170 ◦ blue 161

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

Shades of Light Sea Green #19AAA1

Tints of Light Sea Green #19AAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 7.02%
G = 47.75%
B = 45.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#19AAA1 (or 0x19AAA1) is known color: Light Sea Green. HEX triplet: 19, AA and A1. RGB value is (25,170,161). Sum of RGB (Red+Green+Blue) = 25+170+161=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #19AAA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAA1 is #E6555E. Grayscale: #7D7D7D. Windows color (decimal): -15095135 or 10594841. OLE color: 10594841.

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

Color convert

RGB 25 170 161 -
CMYK 0.85 0 0.05 0.33
HSL 176.28º 0.74% 0.38% -
HSV(B) 176.28º 0.85% 0.67% -
XYZ 21.21 31.53 38.69 -
YUV 125.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 25 170 161 0.85 0 0.05 0.33 176.28 0.74 0.38
Hex 19 AA A1 55 0 5 21 B0 4A 26
Octal 31 252 241 125 0 5 41 260 112 46
Binary 11001 10101010 10100001 1010101 0 101 100001 10110000 1001010 100110

Color Harmonies of #19AAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAA1

Black with #19AAA1

Text Example


Text Example

White with #19AAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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