Shades of Caribbean Green #0CDDB3
Tints of Caribbean Green #0CDDB3
RGB
CMYK
RGB Variations
Color information
#0CDDB3 (or 0x0CDDB3) is known color: Caribbean Green. HEX triplet: 0C, DD and B3. RGB value is (12,221,179). Sum of RGB (Red+Green+Blue) = 12+221+179=412 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDB3 is #F3224C. Grayscale: #999999. Windows color (decimal): -15934029 or 11787532. OLE color: 11787532.
HSL color Cylindrical-coordinate representation of color #0CDDB3: hue angle of 167.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDB3 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 179 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.13 |
| HSL | 167.94º | 0.9% | 0.46% | - |
| HSV(B) | 167.94º | 0.95% | 0.87% | - |
| XYZ | 34.14 | 55.05 | 51.47 | - |
| YUV | 153.72 | 142.26 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 179 | 0.95 | 0 | 0.19 | 0.13 | 167.94 | 0.9 | 0.46 |
| Hex | C | DD | B3 | 5F | 0 | 13 | D | A8 | 5A | 2E |
| Octal | 14 | 335 | 263 | 137 | 0 | 23 | 15 | 250 | 132 | 56 |
| Binary | 1100 | 11011101 | 10110011 | 1011111 | 0 | 10011 | 1101 | 10101000 | 1011010 | 101110 |
Color Harmonies of #0CDDB3
Complementary color
Monochromatic Colors of #0CDDB3
Black with #0CDDB3
Text Example
Text Example
White with #0CDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDB3; }
p { color: rgb(12,221,179); }
H1.HeaderClassName
{
color: #0CDDB3;
}
.AnyTagClassName
{
color: #0CDDB3;
}
</style>
background-color css
<style>
a { background-color: #0CDDB3; }
a { background-color: rgb(12,221,179); }
div.DivClassName
{
background-color: #0CDDB3;
}
.BgClassName
{
background-color: #0CDDB3;
}
</style>
border-color css
<style>
span { border-color: #0CDDB3; }
span { border-color: rgb(12,221,179); }
td.TdClassName
{
border-color: #0CDDB3;
}
.TagClassName
{
border-color: #0CDDB3;
}
</style>