Html Css Color HEX #13C3AC Light Sea Green

📋 copy color: '#13C3AC'

red 19 ◦ green 195 ◦ blue 172

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

Shades of Light Sea Green #13C3AC

Tints of Light Sea Green #13C3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 4.92%
G = 50.52%
B = 44.56%

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

#13C3AC (or 0x13C3AC) is known color: Light Sea Green. HEX triplet: 13, C3 and AC. RGB value is (19,195,172). Sum of RGB (Red+Green+Blue) = 19+195+172=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #13C3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C3AC is #EC3C53. Grayscale: #8B8B8B. Windows color (decimal): -15481940 or 11322131. OLE color: 11322131.

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

Color convert

RGB 19 195 172 -
CMYK 0.90 0 0.12 0.24
HSL 172.16º 0.82% 0.42% -
HSV(B) 172.16º 0.9% 0.76% -
XYZ 27.23 42.15 45.73 -
YUV 139.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 19 195 172 0.90 0 0.12 0.24 172.16 0.82 0.42
Hex 13 C3 AC 5A 0 C 18 AC 52 2A
Octal 23 303 254 132 0 14 30 254 122 52
Binary 10011 11000011 10101100 1011010 0 1100 11000 10101100 1010010 101010

Color Harmonies of #13C3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C3AC

Black with #13C3AC

Text Example


Text Example

White with #13C3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,172); }

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

background-color css

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

 a { background-color: rgb(19,195,172); }

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

border-color css

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

 span { border-color: rgb(19,195,172); }

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