Shades of Caribbean Green #0CBDA4
Tints of Caribbean Green #0CBDA4
RGB
CMYK
RGB Variations
Color information
#0CBDA4 (or 0x0CBDA4) is known color: Caribbean Green. HEX triplet: 0C, BD and A4. RGB value is (12,189,164). Sum of RGB (Red+Green+Blue) = 12+189+164=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDA4 is #F3425B. Grayscale: #858585. Windows color (decimal): -15942236 or 10796300. OLE color: 10796300.
HSL color Cylindrical-coordinate representation of color #0CBDA4: hue angle of 171.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDA4 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 164 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.26 |
| HSL | 171.53º | 0.88% | 0.39% | - |
| HSV(B) | 171.53º | 0.94% | 0.74% | - |
| XYZ | 25.05 | 39.15 | 41.36 | - |
| YUV | 133.23 | 145.36 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 164 | 0.94 | 0 | 0.13 | 0.26 | 171.53 | 0.88 | 0.39 |
| Hex | C | BD | A4 | 5E | 0 | D | 1A | AC | 58 | 27 |
| Octal | 14 | 275 | 244 | 136 | 0 | 15 | 32 | 254 | 130 | 47 |
| Binary | 1100 | 10111101 | 10100100 | 1011110 | 0 | 1101 | 11010 | 10101100 | 1011000 | 100111 |
Color Harmonies of #0CBDA4
Complementary color
Monochromatic Colors of #0CBDA4
Black with #0CBDA4
Text Example
Text Example
White with #0CBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDA4; }
p { color: rgb(12,189,164); }
H1.HeaderClassName
{
color: #0CBDA4;
}
.AnyTagClassName
{
color: #0CBDA4;
}
</style>
background-color css
<style>
a { background-color: #0CBDA4; }
a { background-color: rgb(12,189,164); }
div.DivClassName
{
background-color: #0CBDA4;
}
.BgClassName
{
background-color: #0CBDA4;
}
</style>
border-color css
<style>
span { border-color: #0CBDA4; }
span { border-color: rgb(12,189,164); }
td.TdClassName
{
border-color: #0CBDA4;
}
.TagClassName
{
border-color: #0CBDA4;
}
</style>