Html Css Color HEX #13AA9C Light Sea Green

📋 copy color: '#13AA9C'

red 19 ◦ green 170 ◦ blue 156

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

Shades of Light Sea Green #13AA9C

Tints of Light Sea Green #13AA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 5.51%
G = 49.28%
B = 45.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#13AA9C (or 0x13AA9C) is known color: Light Sea Green. HEX triplet: 13, AA and 9C. RGB value is (19,170,156). Sum of RGB (Red+Green+Blue) = 19+170+156=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA9C is #EC5563. Grayscale: #7B7B7B. Windows color (decimal): -15488356 or 10267155. OLE color: 10267155.

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

Color convert

RGB 19 170 156 -
CMYK 0.89 0 0.08 0.33
HSL 174.44º 0.8% 0.37% -
HSV(B) 174.44º 0.89% 0.67% -
XYZ 20.64 31.29 36.4 -
YUV 123.26 146.47 53.64 -
System Red Green Blue C M Y K H S L
Decimal 19 170 156 0.89 0 0.08 0.33 174.44 0.8 0.37
Hex 13 AA 9C 59 0 8 21 AE 50 25
Octal 23 252 234 131 0 10 41 256 120 45
Binary 10011 10101010 10011100 1011001 0 1000 100001 10101110 1010000 100101

Color Harmonies of #13AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA9C

Black with #13AA9C

Text Example


Text Example

White with #13AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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