Shades of Light Sea Green #13CCB0
Tints of Light Sea Green #13CCB0
RGB
CMYK
RGB Variations
Color information
#13CCB0 (or 0x13CCB0) is known color: Light Sea Green. HEX triplet: 13, CC and B0. RGB value is (19,204,176). Sum of RGB (Red+Green+Blue) = 19+204+176=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CCB0 is #EC334F. Grayscale: #919191. Windows color (decimal): -15479632 or 11586579. OLE color: 11586579.
HSL color Cylindrical-coordinate representation of color #13CCB0: hue angle of 170.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCB0 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 204 | 176 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.2 |
| HSL | 170.92º | 0.83% | 0.44% | - |
| HSV(B) | 170.92º | 0.91% | 0.8% | - |
| XYZ | 29.7 | 46.46 | 48.48 | - |
| YUV | 145.49 | 145.21 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 176 | 0.91 | 0 | 0.14 | 0.2 | 170.92 | 0.83 | 0.44 |
| Hex | 13 | CC | B0 | 5B | 0 | E | 14 | AB | 53 | 2C |
| Octal | 23 | 314 | 260 | 133 | 0 | 16 | 24 | 253 | 123 | 54 |
| Binary | 10011 | 11001100 | 10110000 | 1011011 | 0 | 1110 | 10100 | 10101011 | 1010011 | 101100 |
Color Harmonies of #13CCB0
Complementary color
Monochromatic Colors of #13CCB0
Black with #13CCB0
Text Example
Text Example
White with #13CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCB0; }
p { color: rgb(19,204,176); }
H1.HeaderClassName
{
color: #13CCB0;
}
.AnyTagClassName
{
color: #13CCB0;
}
</style>
background-color css
<style>
a { background-color: #13CCB0; }
a { background-color: rgb(19,204,176); }
div.DivClassName
{
background-color: #13CCB0;
}
.BgClassName
{
background-color: #13CCB0;
}
</style>
border-color css
<style>
span { border-color: #13CCB0; }
span { border-color: rgb(19,204,176); }
td.TdClassName
{
border-color: #13CCB0;
}
.TagClassName
{
border-color: #13CCB0;
}
</style>