Html Css Color HEX #13C2AD Light Sea Green

📋 copy color: '#13C2AD'

red 19 ◦ green 194 ◦ blue 173

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

Shades of Light Sea Green #13C2AD

Tints of Light Sea Green #13C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 4.92%
G = 50.26%
B = 44.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#13C2AD (or 0x13C2AD) is known color: Light Sea Green. HEX triplet: 13, C2 and AD. RGB value is (19,194,173). Sum of RGB (Red+Green+Blue) = 19+194+173=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2AD is #EC3D52. Grayscale: #8B8B8B. Windows color (decimal): -15482195 or 11387411. OLE color: 11387411.

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

Color convert

RGB 19 194 173 -
CMYK 0.90 0 0.11 0.24
HSL 172.8º 0.82% 0.42% -
HSV(B) 172.8º 0.9% 0.76% -
XYZ 27.1 41.74 46.16 -
YUV 139.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 19 194 173 0.90 0 0.11 0.24 172.8 0.82 0.42
Hex 13 C2 AD 5A 0 B 18 AD 52 2A
Octal 23 302 255 132 0 13 30 255 122 52
Binary 10011 11000010 10101101 1011010 0 1011 11000 10101101 1010010 101010

Color Harmonies of #13C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2AD

Black with #13C2AD

Text Example


Text Example

White with #13C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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