Html Css Color HEX #13C2A6 Light Sea Green

📋 copy color: '#13C2A6'

red 19 ◦ green 194 ◦ blue 166

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

Shades of Light Sea Green #13C2A6

Tints of Light Sea Green #13C2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 5.01%
G = 51.19%
B = 43.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#13C2A6 (or 0x13C2A6) is known color: Light Sea Green. HEX triplet: 13, C2 and A6. RGB value is (19,194,166). Sum of RGB (Red+Green+Blue) = 19+194+166=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2A6 is #EC3D59. Grayscale: #8A8A8A. Windows color (decimal): -15482202 or 10928659. OLE color: 10928659.

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

Color convert

RGB 19 194 166 -
CMYK 0.90 0 0.14 0.24
HSL 170.4º 0.82% 0.42% -
HSV(B) 170.4º 0.9% 0.76% -
XYZ 26.44 41.48 42.69 -
YUV 138.48 143.52 42.78 -
System Red Green Blue C M Y K H S L
Decimal 19 194 166 0.90 0 0.14 0.24 170.4 0.82 0.42
Hex 13 C2 A6 5A 0 E 18 AA 52 2A
Octal 23 302 246 132 0 16 30 252 122 52
Binary 10011 11000010 10100110 1011010 0 1110 11000 10101010 1010010 101010

Color Harmonies of #13C2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2A6

Black with #13C2A6

Text Example


Text Example

White with #13C2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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