Shades of Caribbean Green #0DC88F
Tints of Caribbean Green #0DC88F
RGB
CMYK
RGB Variations
Color information
#0DC88F (or 0x0DC88F) is known color: Caribbean Green. HEX triplet: 0D, C8 and 8F. RGB value is (13,200,143). Sum of RGB (Red+Green+Blue) = 13+200+143=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC88F is #F23770. Grayscale: #898989. Windows color (decimal): -15873905 or 9422861. OLE color: 9422861.
HSL color Cylindrical-coordinate representation of color #0DC88F: hue angle of 161.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC88F is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 143 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.22 |
| HSL | 161.71º | 0.88% | 0.42% | - |
| HSV(B) | 161.71º | 0.94% | 0.78% | - |
| XYZ | 25.78 | 43.38 | 33 | - |
| YUV | 137.59 | 131.05 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 143 | 0.94 | 0 | 0.28 | 0.22 | 161.71 | 0.88 | 0.42 |
| Hex | D | C8 | 8F | 5E | 0 | 1C | 16 | A2 | 58 | 2A |
| Octal | 15 | 310 | 217 | 136 | 0 | 34 | 26 | 242 | 130 | 52 |
| Binary | 1101 | 11001000 | 10001111 | 1011110 | 0 | 11100 | 10110 | 10100010 | 1011000 | 101010 |
Color Harmonies of #0DC88F
Complementary color
Monochromatic Colors of #0DC88F
Black with #0DC88F
Text Example
Text Example
White with #0DC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC88F; }
p { color: rgb(13,200,143); }
H1.HeaderClassName
{
color: #0DC88F;
}
.AnyTagClassName
{
color: #0DC88F;
}
</style>
background-color css
<style>
a { background-color: #0DC88F; }
a { background-color: rgb(13,200,143); }
div.DivClassName
{
background-color: #0DC88F;
}
.BgClassName
{
background-color: #0DC88F;
}
</style>
border-color css
<style>
span { border-color: #0DC88F; }
span { border-color: rgb(13,200,143); }
td.TdClassName
{
border-color: #0DC88F;
}
.TagClassName
{
border-color: #0DC88F;
}
</style>