Shades of Caribbean Green #0DCA92
Tints of Caribbean Green #0DCA92
RGB
CMYK
RGB Variations
Color information
#0DCA92 (or 0x0DCA92) is known color: Caribbean Green. HEX triplet: 0D, CA and 92. RGB value is (13,202,146). Sum of RGB (Red+Green+Blue) = 13+202+146=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA92 is #F2356D. Grayscale: #8B8B8B. Windows color (decimal): -15873390 or 9619981. OLE color: 9619981.
HSL color Cylindrical-coordinate representation of color #0DCA92: hue angle of 162.22º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA92 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 146 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.21 |
| HSL | 162.22º | 0.88% | 0.42% | - |
| HSV(B) | 162.22º | 0.94% | 0.79% | - |
| XYZ | 26.47 | 44.4 | 34.37 | - |
| YUV | 139.11 | 131.88 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 146 | 0.94 | 0 | 0.28 | 0.21 | 162.22 | 0.88 | 0.42 |
| Hex | D | CA | 92 | 5E | 0 | 1C | 15 | A2 | 58 | 2A |
| Octal | 15 | 312 | 222 | 136 | 0 | 34 | 25 | 242 | 130 | 52 |
| Binary | 1101 | 11001010 | 10010010 | 1011110 | 0 | 11100 | 10101 | 10100010 | 1011000 | 101010 |
Color Harmonies of #0DCA92
Complementary color
Monochromatic Colors of #0DCA92
Black with #0DCA92
Text Example
Text Example
White with #0DCA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA92; }
p { color: rgb(13,202,146); }
H1.HeaderClassName
{
color: #0DCA92;
}
.AnyTagClassName
{
color: #0DCA92;
}
</style>
background-color css
<style>
a { background-color: #0DCA92; }
a { background-color: rgb(13,202,146); }
div.DivClassName
{
background-color: #0DCA92;
}
.BgClassName
{
background-color: #0DCA92;
}
</style>
border-color css
<style>
span { border-color: #0DCA92; }
span { border-color: rgb(13,202,146); }
td.TdClassName
{
border-color: #0DCA92;
}
.TagClassName
{
border-color: #0DCA92;
}
</style>