Shades of Caribbean Green #0BCD94
Tints of Caribbean Green #0BCD94
RGB
CMYK
RGB Variations
Color information
#0BCD94 (or 0x0BCD94) is known color: Caribbean Green. HEX triplet: 0B, CD and 94. RGB value is (11,205,148). Sum of RGB (Red+Green+Blue) = 11+205+148=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD94 is #F4326B. Grayscale: #8C8C8C. Windows color (decimal): -16003692 or 9751819. OLE color: 9751819.
HSL color Cylindrical-coordinate representation of color #0BCD94: hue angle of 162.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD94 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 148 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.20 |
| HSL | 162.37º | 0.9% | 0.42% | - |
| HSV(B) | 162.37º | 0.95% | 0.8% | - |
| XYZ | 27.31 | 45.87 | 35.43 | - |
| YUV | 140.5 | 132.23 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 148 | 0.95 | 0 | 0.28 | 0.20 | 162.37 | 0.9 | 0.42 |
| Hex | B | CD | 94 | 5F | 0 | 1C | 14 | A2 | 5A | 2A |
| Octal | 13 | 315 | 224 | 137 | 0 | 34 | 24 | 242 | 132 | 52 |
| Binary | 1011 | 11001101 | 10010100 | 1011111 | 0 | 11100 | 10100 | 10100010 | 1011010 | 101010 |
Color Harmonies of #0BCD94
Complementary color
Monochromatic Colors of #0BCD94
Black with #0BCD94
Text Example
Text Example
White with #0BCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD94; }
p { color: rgb(11,205,148); }
H1.HeaderClassName
{
color: #0BCD94;
}
.AnyTagClassName
{
color: #0BCD94;
}
</style>
background-color css
<style>
a { background-color: #0BCD94; }
a { background-color: rgb(11,205,148); }
div.DivClassName
{
background-color: #0BCD94;
}
.BgClassName
{
background-color: #0BCD94;
}
</style>
border-color css
<style>
span { border-color: #0BCD94; }
span { border-color: rgb(11,205,148); }
td.TdClassName
{
border-color: #0BCD94;
}
.TagClassName
{
border-color: #0BCD94;
}
</style>