Shades of Caribbean Green #0CBE90
Tints of Caribbean Green #0CBE90
RGB
CMYK
RGB Variations
Color information
#0CBE90 (or 0x0CBE90) is known color: Caribbean Green. HEX triplet: 0C, BE and 90. RGB value is (12,190,144). Sum of RGB (Red+Green+Blue) = 12+190+144=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE90 is #F3416F. Grayscale: #838383. Windows color (decimal): -15942000 or 9485836. OLE color: 9485836.
HSL color Cylindrical-coordinate representation of color #0CBE90: hue angle of 164.49º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE90 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 144 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.25 |
| HSL | 164.49º | 0.88% | 0.4% | - |
| HSV(B) | 164.49º | 0.94% | 0.75% | - |
| XYZ | 23.6 | 38.92 | 32.65 | - |
| YUV | 131.53 | 135.03 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 144 | 0.94 | 0 | 0.24 | 0.25 | 164.49 | 0.88 | 0.4 |
| Hex | C | BE | 90 | 5E | 0 | 18 | 19 | A4 | 58 | 28 |
| Octal | 14 | 276 | 220 | 136 | 0 | 30 | 31 | 244 | 130 | 50 |
| Binary | 1100 | 10111110 | 10010000 | 1011110 | 0 | 11000 | 11001 | 10100100 | 1011000 | 101000 |
Color Harmonies of #0CBE90
Complementary color
Monochromatic Colors of #0CBE90
Black with #0CBE90
Text Example
Text Example
White with #0CBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE90; }
p { color: rgb(12,190,144); }
H1.HeaderClassName
{
color: #0CBE90;
}
.AnyTagClassName
{
color: #0CBE90;
}
</style>
background-color css
<style>
a { background-color: #0CBE90; }
a { background-color: rgb(12,190,144); }
div.DivClassName
{
background-color: #0CBE90;
}
.BgClassName
{
background-color: #0CBE90;
}
</style>
border-color css
<style>
span { border-color: #0CBE90; }
span { border-color: rgb(12,190,144); }
td.TdClassName
{
border-color: #0CBE90;
}
.TagClassName
{
border-color: #0CBE90;
}
</style>