Html Css Color HEX #19AAAB Light Sea Green

📋 copy color: '#19AAAB'

red 25 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #19AAAB

Tints of Light Sea Green #19AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 6.83%
G = 46.45%
B = 46.72%

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

#19AAAB (or 0x19AAAB) is known color: Light Sea Green. HEX triplet: 19, AA and AB. RGB value is (25,170,171). Sum of RGB (Red+Green+Blue) = 25+170+171=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #19AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AAAB is #E65554. Grayscale: #7E7E7E. Windows color (decimal): -15095125 or 11250201. OLE color: 11250201.

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

Color convert

RGB 25 170 171 -
CMYK 0.85 0.01 0 0.33
HSL 180.41º 0.74% 0.38% -
HSV(B) 180.41º 0.85% 0.67% -
XYZ 22.13 31.9 43.52 -
YUV 126.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 25 170 171 0.85 0.01 0 0.33 180.41 0.74 0.38
Hex 19 AA AB 55 1 0 21 B4 4A 26
Octal 31 252 253 125 1 0 41 264 112 46
Binary 11001 10101010 10101011 1010101 1 0 100001 10110100 1001010 100110

Color Harmonies of #19AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AAAB

Black with #19AAAB

Text Example


Text Example

White with #19AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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