Shades of Caribbean Green #0DDF8F
Tints of Caribbean Green #0DDF8F
RGB
CMYK
RGB Variations
Color information
#0DDF8F (or 0x0DDF8F) is known color: Caribbean Green. HEX triplet: 0D, DF and 8F. RGB value is (13,223,143). Sum of RGB (Red+Green+Blue) = 13+223+143=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDF8F is #F22070. Grayscale: #979797. Windows color (decimal): -15868017 or 9428749. OLE color: 9428749.
HSL color Cylindrical-coordinate representation of color #0DDF8F: hue angle of 157.14º 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 #0DDF8F is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 143 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.13 |
| HSL | 157.14º | 0.89% | 0.46% | - |
| HSV(B) | 157.14º | 0.94% | 0.87% | - |
| XYZ | 31.51 | 54.84 | 34.91 | - |
| YUV | 151.09 | 123.43 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 143 | 0.94 | 0 | 0.36 | 0.13 | 157.14 | 0.89 | 0.46 |
| Hex | D | DF | 8F | 5E | 0 | 24 | D | 9D | 59 | 2E |
| Octal | 15 | 337 | 217 | 136 | 0 | 44 | 15 | 235 | 131 | 56 |
| Binary | 1101 | 11011111 | 10001111 | 1011110 | 0 | 100100 | 1101 | 10011101 | 1011001 | 101110 |
Color Harmonies of #0DDF8F
Complementary color
Monochromatic Colors of #0DDF8F
Black with #0DDF8F
Text Example
Text Example
White with #0DDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF8F; }
p { color: rgb(13,223,143); }
H1.HeaderClassName
{
color: #0DDF8F;
}
.AnyTagClassName
{
color: #0DDF8F;
}
</style>
background-color css
<style>
a { background-color: #0DDF8F; }
a { background-color: rgb(13,223,143); }
div.DivClassName
{
background-color: #0DDF8F;
}
.BgClassName
{
background-color: #0DDF8F;
}
</style>
border-color css
<style>
span { border-color: #0DDF8F; }
span { border-color: rgb(13,223,143); }
td.TdClassName
{
border-color: #0DDF8F;
}
.TagClassName
{
border-color: #0DDF8F;
}
</style>