Shades of Caribbean Green #13CF9F
Tints of Caribbean Green #13CF9F
RGB
CMYK
RGB Variations
Color information
#13CF9F (or 0x13CF9F) is known color: Caribbean Green. HEX triplet: 13, CF and 9F. RGB value is (19,207,159). Sum of RGB (Red+Green+Blue) = 19+207+159=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF9F is #EC3060. Grayscale: #919191. Windows color (decimal): -15478881 or 10473235. OLE color: 10473235.
HSL color Cylindrical-coordinate representation of color #13CF9F: hue angle of 164.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF9F is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 159 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.19 |
| HSL | 164.68º | 0.83% | 0.44% | - |
| HSV(B) | 164.68º | 0.91% | 0.81% | - |
| XYZ | 28.84 | 47.27 | 40.4 | - |
| YUV | 145.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 159 | 0.91 | 0 | 0.23 | 0.19 | 164.68 | 0.83 | 0.44 |
| Hex | 13 | CF | 9F | 5B | 0 | 17 | 13 | A5 | 53 | 2C |
| Octal | 23 | 317 | 237 | 133 | 0 | 27 | 23 | 245 | 123 | 54 |
| Binary | 10011 | 11001111 | 10011111 | 1011011 | 0 | 10111 | 10011 | 10100101 | 1010011 | 101100 |
Color Harmonies of #13CF9F
Complementary color
Monochromatic Colors of #13CF9F
Black with #13CF9F
Text Example
Text Example
White with #13CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF9F; }
p { color: rgb(19,207,159); }
H1.HeaderClassName
{
color: #13CF9F;
}
.AnyTagClassName
{
color: #13CF9F;
}
</style>
background-color css
<style>
a { background-color: #13CF9F; }
a { background-color: rgb(19,207,159); }
div.DivClassName
{
background-color: #13CF9F;
}
.BgClassName
{
background-color: #13CF9F;
}
</style>
border-color css
<style>
span { border-color: #13CF9F; }
span { border-color: rgb(19,207,159); }
td.TdClassName
{
border-color: #13CF9F;
}
.TagClassName
{
border-color: #13CF9F;
}
</style>