Html Css Color HEX #13C6AC Light Sea Green

📋 copy color: '#13C6AC'

red 19 ◦ green 198 ◦ blue 172

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

Shades of Light Sea Green #13C6AC

Tints of Light Sea Green #13C6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 4.88%
G = 50.9%
B = 44.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#13C6AC (or 0x13C6AC) is known color: Light Sea Green. HEX triplet: 13, C6 and AC. RGB value is (19,198,172). Sum of RGB (Red+Green+Blue) = 19+198+172=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #13C6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C6AC is #EC3953. Grayscale: #8D8D8D. Windows color (decimal): -15481172 or 11322899. OLE color: 11322899.

HSL color Cylindrical-coordinate representation of color #13C6AC: hue angle of 171.28º degrees, saturation: 0.82, 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 #13C6AC is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 172 -
CMYK 0.90 0 0.13 0.22
HSL 171.28º 0.82% 0.43% -
HSV(B) 171.28º 0.9% 0.78% -
XYZ 27.91 43.51 45.96 -
YUV 141.52 145.2 40.61 -
System Red Green Blue C M Y K H S L
Decimal 19 198 172 0.90 0 0.13 0.22 171.28 0.82 0.43
Hex 13 C6 AC 5A 0 D 16 AB 52 2B
Octal 23 306 254 132 0 15 26 253 122 53
Binary 10011 11000110 10101100 1011010 0 1101 10110 10101011 1010010 101011

Color Harmonies of #13C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C6AC

Black with #13C6AC

Text Example


Text Example

White with #13C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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