Shades of Caribbean Green #0DDE88
Tints of Caribbean Green #0DDE88
RGB
CMYK
RGB Variations
Color information
#0DDE88 (or 0x0DDE88) is known color: Caribbean Green. HEX triplet: 0D, DE and 88. RGB value is (13,222,136). Sum of RGB (Red+Green+Blue) = 13+222+136=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE88 is #F22177. Grayscale: #959595. Windows color (decimal): -15868280 or 8969741. OLE color: 8969741.
HSL color Cylindrical-coordinate representation of color #0DDE88: hue angle of 155.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE88 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 136 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.13 |
| HSL | 155.31º | 0.89% | 0.46% | - |
| HSV(B) | 155.31º | 0.94% | 0.87% | - |
| XYZ | 30.73 | 54.11 | 32.12 | - |
| YUV | 149.71 | 120.26 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 136 | 0.94 | 0 | 0.39 | 0.13 | 155.31 | 0.89 | 0.46 |
| Hex | D | DE | 88 | 5E | 0 | 27 | D | 9B | 59 | 2E |
| Octal | 15 | 336 | 210 | 136 | 0 | 47 | 15 | 233 | 131 | 56 |
| Binary | 1101 | 11011110 | 10001000 | 1011110 | 0 | 100111 | 1101 | 10011011 | 1011001 | 101110 |
Color Harmonies of #0DDE88
Complementary color
Monochromatic Colors of #0DDE88
Black with #0DDE88
Text Example
Text Example
White with #0DDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDE88; }
p { color: rgb(13,222,136); }
H1.HeaderClassName
{
color: #0DDE88;
}
.AnyTagClassName
{
color: #0DDE88;
}
</style>
background-color css
<style>
a { background-color: #0DDE88; }
a { background-color: rgb(13,222,136); }
div.DivClassName
{
background-color: #0DDE88;
}
.BgClassName
{
background-color: #0DDE88;
}
</style>
border-color css
<style>
span { border-color: #0DDE88; }
span { border-color: rgb(13,222,136); }
td.TdClassName
{
border-color: #0DDE88;
}
.TagClassName
{
border-color: #0DDE88;
}
</style>