Html Css Color HEX #13C2AB Light Sea Green

📋 copy color: '#13C2AB'

red 19 ◦ green 194 ◦ blue 171

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

Shades of Light Sea Green #13C2AB

Tints of Light Sea Green #13C2AB

RGB

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

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

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

R = 4.95%
G = 50.52%
B = 44.53%

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

#13C2AB (or 0x13C2AB) is known color: Light Sea Green. HEX triplet: 13, C2 and AB. RGB value is (19,194,171). Sum of RGB (Red+Green+Blue) = 19+194+171=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2AB is #EC3D54. Grayscale: #8A8A8A. Windows color (decimal): -15482197 or 11256339. OLE color: 11256339.

HSL color Cylindrical-coordinate representation of color #13C2AB: hue angle of 172.11º 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 #13C2AB is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 171 -
CMYK 0.90 0 0.12 0.24
HSL 172.11º 0.82% 0.42% -
HSV(B) 172.11º 0.9% 0.76% -
XYZ 26.91 41.66 45.15 -
YUV 139.05 146.02 42.37 -
System Red Green Blue C M Y K H S L
Decimal 19 194 171 0.90 0 0.12 0.24 172.11 0.82 0.42
Hex 13 C2 AB 5A 0 C 18 AC 52 2A
Octal 23 302 253 132 0 14 30 254 122 52
Binary 10011 11000010 10101011 1011010 0 1100 11000 10101100 1010010 101010

Color Harmonies of #13C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2AB

Black with #13C2AB

Text Example


Text Example

White with #13C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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