Html Css Color HEX #13C5AB Light Sea Green

📋 copy color: '#13C5AB'

red 19 ◦ green 197 ◦ blue 171

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

Shades of Light Sea Green #13C5AB

Tints of Light Sea Green #13C5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

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

R = 4.91%
G = 50.9%
B = 44.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#13C5AB (or 0x13C5AB) is known color: Light Sea Green. HEX triplet: 13, C5 and AB. RGB value is (19,197,171). Sum of RGB (Red+Green+Blue) = 19+197+171=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #13C5AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C5AB is #EC3A54. Grayscale: #8C8C8C. Windows color (decimal): -15481429 or 11257107. OLE color: 11257107.

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

Color convert

RGB 19 197 171 -
CMYK 0.90 0 0.13 0.23
HSL 171.24º 0.82% 0.42% -
HSV(B) 171.24º 0.9% 0.77% -
XYZ 27.59 43.01 45.38 -
YUV 140.81 145.03 41.11 -
System Red Green Blue C M Y K H S L
Decimal 19 197 171 0.90 0 0.13 0.23 171.24 0.82 0.42
Hex 13 C5 AB 5A 0 D 17 AB 52 2A
Octal 23 305 253 132 0 15 27 253 122 52
Binary 10011 11000101 10101011 1011010 0 1101 10111 10101011 1010010 101010

Color Harmonies of #13C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C5AB

Black with #13C5AB

Text Example


Text Example

White with #13C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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