Shades of Caribbean Green #0DCE9F
Tints of Caribbean Green #0DCE9F
RGB
CMYK
RGB Variations
Color information
#0DCE9F (or 0x0DCE9F) is known color: Caribbean Green. HEX triplet: 0D, CE and 9F. RGB value is (13,206,159). Sum of RGB (Red+Green+Blue) = 13+206+159=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCE9F is #F23160. Grayscale: #8E8E8E. Windows color (decimal): -15872353 or 10472973. OLE color: 10472973.
HSL color Cylindrical-coordinate representation of color #0DCE9F: hue angle of 165.39º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCE9F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 159 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.19 |
| HSL | 165.39º | 0.88% | 0.43% | - |
| HSV(B) | 165.39º | 0.94% | 0.81% | - |
| XYZ | 28.5 | 46.73 | 40.32 | - |
| YUV | 142.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 159 | 0.94 | 0 | 0.23 | 0.19 | 165.39 | 0.88 | 0.43 |
| Hex | D | CE | 9F | 5E | 0 | 17 | 13 | A5 | 58 | 2B |
| Octal | 15 | 316 | 237 | 136 | 0 | 27 | 23 | 245 | 130 | 53 |
| Binary | 1101 | 11001110 | 10011111 | 1011110 | 0 | 10111 | 10011 | 10100101 | 1011000 | 101011 |
Color Harmonies of #0DCE9F
Complementary color
Monochromatic Colors of #0DCE9F
Black with #0DCE9F
Text Example
Text Example
White with #0DCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE9F; }
p { color: rgb(13,206,159); }
H1.HeaderClassName
{
color: #0DCE9F;
}
.AnyTagClassName
{
color: #0DCE9F;
}
</style>
background-color css
<style>
a { background-color: #0DCE9F; }
a { background-color: rgb(13,206,159); }
div.DivClassName
{
background-color: #0DCE9F;
}
.BgClassName
{
background-color: #0DCE9F;
}
</style>
border-color css
<style>
span { border-color: #0DCE9F; }
span { border-color: rgb(13,206,159); }
td.TdClassName
{
border-color: #0DCE9F;
}
.TagClassName
{
border-color: #0DCE9F;
}
</style>