Shades of Caribbean Green #0DCBAE
Tints of Caribbean Green #0DCBAE
RGB
CMYK
RGB Variations
Color information
#0DCBAE (or 0x0DCBAE) is known color: Caribbean Green. HEX triplet: 0D, CB and AE. RGB value is (13,203,174). Sum of RGB (Red+Green+Blue) = 13+203+174=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCBAE is #F23451. Grayscale: #8E8E8E. Windows color (decimal): -15873106 or 11455245. OLE color: 11455245.
HSL color Cylindrical-coordinate representation of color #0DCBAE: hue angle of 170.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBAE is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 174 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.20 |
| HSL | 170.84º | 0.88% | 0.42% | - |
| HSV(B) | 170.84º | 0.94% | 0.8% | - |
| XYZ | 29.16 | 45.85 | 47.36 | - |
| YUV | 142.88 | 145.55 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 174 | 0.94 | 0 | 0.14 | 0.20 | 170.84 | 0.88 | 0.42 |
| Hex | D | CB | AE | 5E | 0 | E | 14 | AB | 58 | 2A |
| Octal | 15 | 313 | 256 | 136 | 0 | 16 | 24 | 253 | 130 | 52 |
| Binary | 1101 | 11001011 | 10101110 | 1011110 | 0 | 1110 | 10100 | 10101011 | 1011000 | 101010 |
Color Harmonies of #0DCBAE
Complementary color
Monochromatic Colors of #0DCBAE
Black with #0DCBAE
Text Example
Text Example
White with #0DCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBAE; }
p { color: rgb(13,203,174); }
H1.HeaderClassName
{
color: #0DCBAE;
}
.AnyTagClassName
{
color: #0DCBAE;
}
</style>
background-color css
<style>
a { background-color: #0DCBAE; }
a { background-color: rgb(13,203,174); }
div.DivClassName
{
background-color: #0DCBAE;
}
.BgClassName
{
background-color: #0DCBAE;
}
</style>
border-color css
<style>
span { border-color: #0DCBAE; }
span { border-color: rgb(13,203,174); }
td.TdClassName
{
border-color: #0DCBAE;
}
.TagClassName
{
border-color: #0DCBAE;
}
</style>