Html Css Color HEX #13A9AA Light Sea Green

📋 copy color: '#13A9AA'

red 19 ◦ green 169 ◦ blue 170

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

Shades of Light Sea Green #13A9AA

Tints of Light Sea Green #13A9AA

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #13A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A9AA

Black with #13A9AA

Text Example


Text Example

White with #13A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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