Html Css Color HEX #13AAA9 Light Sea Green

📋 copy color: '#13AAA9'

red 19 ◦ green 170 ◦ blue 169

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

Shades of Light Sea Green #13AAA9

Tints of Light Sea Green #13AAA9

RGB

 RED value IS 19 (7.81% from 255) = 5.31%

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

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 5.31%
G = 47.49%
B = 47.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#13AAA9 (or 0x13AAA9) is known color: Light Sea Green. HEX triplet: 13, AA and A9. RGB value is (19,170,169). Sum of RGB (Red+Green+Blue) = 19+170+169=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #13AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AAA9 is #EC5556. Grayscale: #7C7C7C. Windows color (decimal): -15488343 or 11119123. OLE color: 11119123.

HSL color Cylindrical-coordinate representation of color #13AAA9: hue angle of 179.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AAA9 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 169 -
CMYK 0.89 0 0.01 0.33
HSL 179.6º 0.8% 0.37% -
HSV(B) 179.6º 0.89% 0.67% -
XYZ 21.8 31.75 42.52 -
YUV 124.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 19 170 169 0.89 0 0.01 0.33 179.6 0.8 0.37
Hex 13 AA A9 59 0 1 21 B4 50 25
Octal 23 252 251 131 0 1 41 264 120 45
Binary 10011 10101010 10101001 1011001 0 1 100001 10110100 1010000 100101

Color Harmonies of #13AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AAA9

Black with #13AAA9

Text Example


Text Example

White with #13AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AAA9; }

 p { color: rgb(19,170,169); }

 H1.HeaderClassName
 {
   color: #13AAA9;
 }
 .AnyTagClassName
 {
   color: #13AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #13AAA9; }

 a { background-color: rgb(19,170,169); }

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

border-color css

<style>
 span { border-color: #13AAA9; }

 span { border-color: rgb(19,170,169); }

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