Html Css Color HEX #13C8AD Light Sea Green

📋 copy color: '#13C8AD'

red 19 ◦ green 200 ◦ blue 173

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

Shades of Light Sea Green #13C8AD

Tints of Light Sea Green #13C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.02%

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

R = 4.85%
G = 51.02%
B = 44.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#13C8AD (or 0x13C8AD) is known color: Light Sea Green. HEX triplet: 13, C8 and AD. RGB value is (19,200,173). Sum of RGB (Red+Green+Blue) = 19+200+173=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #13C8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C8AD is #EC3752. Grayscale: #8E8E8E. Windows color (decimal): -15480659 or 11388947. OLE color: 11388947.

HSL color Cylindrical-coordinate representation of color #13C8AD: hue angle of 171.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C8AD is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 173 -
CMYK 0.90 0 0.14 0.22
HSL 171.05º 0.83% 0.43% -
HSV(B) 171.05º 0.91% 0.78% -
XYZ 28.47 44.46 46.62 -
YUV 142.8 145.03 39.7 -
System Red Green Blue C M Y K H S L
Decimal 19 200 173 0.90 0 0.14 0.22 171.05 0.83 0.43
Hex 13 C8 AD 5A 0 E 16 AB 53 2B
Octal 23 310 255 132 0 16 26 253 123 53
Binary 10011 11001000 10101101 1011010 0 1110 10110 10101011 1010011 101011

Color Harmonies of #13C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C8AD

Black with #13C8AD

Text Example


Text Example

White with #13C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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