Shades of Light Sea Green #13CBAF
Tints of Light Sea Green #13CBAF
RGB
CMYK
RGB Variations
Color information
#13CBAF (or 0x13CBAF) is known color: Light Sea Green. HEX triplet: 13, CB and AF. RGB value is (19,203,175). Sum of RGB (Red+Green+Blue) = 19+203+175=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBAF is #EC3450. Grayscale: #909090. Windows color (decimal): -15479889 or 11520787. OLE color: 11520787.
HSL color Cylindrical-coordinate representation of color #13CBAF: hue angle of 170.87º 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 #13CBAF is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 175 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.20 |
| HSL | 170.87º | 0.83% | 0.44% | - |
| HSV(B) | 170.87º | 0.91% | 0.8% | - |
| XYZ | 29.36 | 45.95 | 47.88 | - |
| YUV | 144.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 175 | 0.91 | 0 | 0.14 | 0.20 | 170.87 | 0.83 | 0.44 |
| Hex | 13 | CB | AF | 5B | 0 | E | 14 | AB | 53 | 2C |
| Octal | 23 | 313 | 257 | 133 | 0 | 16 | 24 | 253 | 123 | 54 |
| Binary | 10011 | 11001011 | 10101111 | 1011011 | 0 | 1110 | 10100 | 10101011 | 1010011 | 101100 |
Color Harmonies of #13CBAF
Complementary color
Monochromatic Colors of #13CBAF
Black with #13CBAF
Text Example
Text Example
White with #13CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBAF; }
p { color: rgb(19,203,175); }
H1.HeaderClassName
{
color: #13CBAF;
}
.AnyTagClassName
{
color: #13CBAF;
}
</style>
background-color css
<style>
a { background-color: #13CBAF; }
a { background-color: rgb(19,203,175); }
div.DivClassName
{
background-color: #13CBAF;
}
.BgClassName
{
background-color: #13CBAF;
}
</style>
border-color css
<style>
span { border-color: #13CBAF; }
span { border-color: rgb(19,203,175); }
td.TdClassName
{
border-color: #13CBAF;
}
.TagClassName
{
border-color: #13CBAF;
}
</style>