Shades of Caribbean Green #13CF99
Tints of Caribbean Green #13CF99
RGB
CMYK
RGB Variations
Color information
#13CF99 (or 0x13CF99) is known color: Caribbean Green. HEX triplet: 13, CF and 99. RGB value is (19,207,153). Sum of RGB (Red+Green+Blue) = 19+207+153=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF99 is #EC3066. Grayscale: #909090. Windows color (decimal): -15478887 or 10080019. OLE color: 10080019.
HSL color Cylindrical-coordinate representation of color #13CF99: hue angle of 162.77º 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 #13CF99 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 153 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.19 |
| HSL | 162.77º | 0.83% | 0.44% | - |
| HSV(B) | 162.77º | 0.91% | 0.81% | - |
| XYZ | 28.33 | 47.06 | 37.73 | - |
| YUV | 144.63 | 132.72 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 153 | 0.91 | 0 | 0.26 | 0.19 | 162.77 | 0.83 | 0.44 |
| Hex | 13 | CF | 99 | 5B | 0 | 1A | 13 | A3 | 53 | 2C |
| Octal | 23 | 317 | 231 | 133 | 0 | 32 | 23 | 243 | 123 | 54 |
| Binary | 10011 | 11001111 | 10011001 | 1011011 | 0 | 11010 | 10011 | 10100011 | 1010011 | 101100 |
Color Harmonies of #13CF99
Complementary color
Monochromatic Colors of #13CF99
Black with #13CF99
Text Example
Text Example
White with #13CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF99; }
p { color: rgb(19,207,153); }
H1.HeaderClassName
{
color: #13CF99;
}
.AnyTagClassName
{
color: #13CF99;
}
</style>
background-color css
<style>
a { background-color: #13CF99; }
a { background-color: rgb(19,207,153); }
div.DivClassName
{
background-color: #13CF99;
}
.BgClassName
{
background-color: #13CF99;
}
</style>
border-color css
<style>
span { border-color: #13CF99; }
span { border-color: rgb(19,207,153); }
td.TdClassName
{
border-color: #13CF99;
}
.TagClassName
{
border-color: #13CF99;
}
</style>