Shades of Caribbean Green #0DDFB5
Tints of Caribbean Green #0DDFB5
RGB
CMYK
RGB Variations
Color information
#0DDFB5 (or 0x0DDFB5) is known color: Caribbean Green. HEX triplet: 0D, DF and B5. RGB value is (13,223,181). Sum of RGB (Red+Green+Blue) = 13+223+181=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFB5 is #F2204A. Grayscale: #9B9B9B. Windows color (decimal): -15867979 or 11919117. OLE color: 11919117.
HSL color Cylindrical-coordinate representation of color #0DDFB5: hue angle of 168º 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 #0DDFB5 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 181 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.13 |
| HSL | 168º | 0.89% | 0.46% | - |
| HSV(B) | 168º | 0.94% | 0.87% | - |
| XYZ | 34.89 | 56.2 | 52.72 | - |
| YUV | 155.42 | 142.43 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 181 | 0.94 | 0 | 0.19 | 0.13 | 168 | 0.89 | 0.46 |
| Hex | D | DF | B5 | 5E | 0 | 13 | D | A8 | 59 | 2E |
| Octal | 15 | 337 | 265 | 136 | 0 | 23 | 15 | 250 | 131 | 56 |
| Binary | 1101 | 11011111 | 10110101 | 1011110 | 0 | 10011 | 1101 | 10101000 | 1011001 | 101110 |
Color Harmonies of #0DDFB5
Complementary color
Monochromatic Colors of #0DDFB5
Black with #0DDFB5
Text Example
Text Example
White with #0DDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFB5; }
p { color: rgb(13,223,181); }
H1.HeaderClassName
{
color: #0DDFB5;
}
.AnyTagClassName
{
color: #0DDFB5;
}
</style>
background-color css
<style>
a { background-color: #0DDFB5; }
a { background-color: rgb(13,223,181); }
div.DivClassName
{
background-color: #0DDFB5;
}
.BgClassName
{
background-color: #0DDFB5;
}
</style>
border-color css
<style>
span { border-color: #0DDFB5; }
span { border-color: rgb(13,223,181); }
td.TdClassName
{
border-color: #0DDFB5;
}
.TagClassName
{
border-color: #0DDFB5;
}
</style>