Html Css Color HEX #13C2AA Light Sea Green

📋 copy color: '#13C2AA'

red 19 ◦ green 194 ◦ blue 170

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

Shades of Light Sea Green #13C2AA

Tints of Light Sea Green #13C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

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

R = 4.96%
G = 50.65%
B = 44.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#13C2AA (or 0x13C2AA) is known color: Light Sea Green. HEX triplet: 13, C2 and AA. RGB value is (19,194,170). Sum of RGB (Red+Green+Blue) = 19+194+170=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2AA is #EC3D55. Grayscale: #8A8A8A. Windows color (decimal): -15482198 or 11190803. OLE color: 11190803.

HSL color Cylindrical-coordinate representation of color #13C2AA: hue angle of 171.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2AA is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 170 -
CMYK 0.90 0 0.12 0.24
HSL 171.77º 0.82% 0.42% -
HSV(B) 171.77º 0.9% 0.76% -
XYZ 26.82 41.62 44.65 -
YUV 138.94 145.52 42.45 -
System Red Green Blue C M Y K H S L
Decimal 19 194 170 0.90 0 0.12 0.24 171.77 0.82 0.42
Hex 13 C2 AA 5A 0 C 18 AC 52 2A
Octal 23 302 252 132 0 14 30 254 122 52
Binary 10011 11000010 10101010 1011010 0 1100 11000 10101100 1010010 101010

Color Harmonies of #13C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2AA

Black with #13C2AA

Text Example


Text Example

White with #13C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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