Shades of Caribbean Green #13CB9F
Tints of Caribbean Green #13CB9F
RGB
CMYK
RGB Variations
Color information
#13CB9F (or 0x13CB9F) is known color: Caribbean Green. HEX triplet: 13, CB and 9F. RGB value is (19,203,159). Sum of RGB (Red+Green+Blue) = 19+203+159=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB9F is #EC3460. Grayscale: #8E8E8E. Windows color (decimal): -15479905 or 10472211. OLE color: 10472211.
HSL color Cylindrical-coordinate representation of color #13CB9F: hue angle of 165.65º 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 #13CB9F is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 159 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.20 |
| HSL | 165.65º | 0.83% | 0.44% | - |
| HSV(B) | 165.65º | 0.91% | 0.8% | - |
| XYZ | 27.88 | 45.35 | 40.09 | - |
| YUV | 142.97 | 137.04 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 159 | 0.91 | 0 | 0.22 | 0.20 | 165.65 | 0.83 | 0.44 |
| Hex | 13 | CB | 9F | 5B | 0 | 16 | 14 | A6 | 53 | 2C |
| Octal | 23 | 313 | 237 | 133 | 0 | 26 | 24 | 246 | 123 | 54 |
| Binary | 10011 | 11001011 | 10011111 | 1011011 | 0 | 10110 | 10100 | 10100110 | 1010011 | 101100 |
Color Harmonies of #13CB9F
Complementary color
Monochromatic Colors of #13CB9F
Black with #13CB9F
Text Example
Text Example
White with #13CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB9F; }
p { color: rgb(19,203,159); }
H1.HeaderClassName
{
color: #13CB9F;
}
.AnyTagClassName
{
color: #13CB9F;
}
</style>
background-color css
<style>
a { background-color: #13CB9F; }
a { background-color: rgb(19,203,159); }
div.DivClassName
{
background-color: #13CB9F;
}
.BgClassName
{
background-color: #13CB9F;
}
</style>
border-color css
<style>
span { border-color: #13CB9F; }
span { border-color: rgb(19,203,159); }
td.TdClassName
{
border-color: #13CB9F;
}
.TagClassName
{
border-color: #13CB9F;
}
</style>