Shades of Caribbean Green #13CF89
Tints of Caribbean Green #13CF89
RGB
CMYK
RGB Variations
Color information
#13CF89 (or 0x13CF89) is known color: Caribbean Green. HEX triplet: 13, CF and 89. RGB value is (19,207,137). Sum of RGB (Red+Green+Blue) = 19+207+137=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF89 is #EC3076. Grayscale: #8E8E8E. Windows color (decimal): -15478903 or 9031443. OLE color: 9031443.
HSL color Cylindrical-coordinate representation of color #13CF89: hue angle of 157.66º 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 #13CF89 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 137 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.19 |
| HSL | 157.66º | 0.83% | 0.44% | - |
| HSV(B) | 157.66º | 0.91% | 0.81% | - |
| XYZ | 27.1 | 46.57 | 31.23 | - |
| YUV | 142.81 | 124.72 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 137 | 0.91 | 0 | 0.34 | 0.19 | 157.66 | 0.83 | 0.44 |
| Hex | 13 | CF | 89 | 5B | 0 | 22 | 13 | 9E | 53 | 2C |
| Octal | 23 | 317 | 211 | 133 | 0 | 42 | 23 | 236 | 123 | 54 |
| Binary | 10011 | 11001111 | 10001001 | 1011011 | 0 | 100010 | 10011 | 10011110 | 1010011 | 101100 |
Color Harmonies of #13CF89
Complementary color
Monochromatic Colors of #13CF89
Black with #13CF89
Text Example
Text Example
White with #13CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF89; }
p { color: rgb(19,207,137); }
H1.HeaderClassName
{
color: #13CF89;
}
.AnyTagClassName
{
color: #13CF89;
}
</style>
background-color css
<style>
a { background-color: #13CF89; }
a { background-color: rgb(19,207,137); }
div.DivClassName
{
background-color: #13CF89;
}
.BgClassName
{
background-color: #13CF89;
}
</style>
border-color css
<style>
span { border-color: #13CF89; }
span { border-color: rgb(19,207,137); }
td.TdClassName
{
border-color: #13CF89;
}
.TagClassName
{
border-color: #13CF89;
}
</style>