Shades of Caribbean Green #0BDE8A
Tints of Caribbean Green #0BDE8A
RGB
CMYK
RGB Variations
Color information
#0BDE8A (or 0x0BDE8A) is known color: Caribbean Green. HEX triplet: 0B, DE and 8A. RGB value is (11,222,138). Sum of RGB (Red+Green+Blue) = 11+222+138=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDE8A is #F42175. Grayscale: #959595. Windows color (decimal): -15999350 or 9100811. OLE color: 9100811.
HSL color Cylindrical-coordinate representation of color #0BDE8A: hue angle of 156.11º degrees, saturation: 0.91, 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 #0BDE8A is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 138 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.13 |
| HSL | 156.11º | 0.91% | 0.46% | - |
| HSV(B) | 156.11º | 0.95% | 0.87% | - |
| XYZ | 30.85 | 54.15 | 32.87 | - |
| YUV | 149.34 | 121.6 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 138 | 0.95 | 0 | 0.38 | 0.13 | 156.11 | 0.91 | 0.46 |
| Hex | B | DE | 8A | 5F | 0 | 26 | D | 9C | 5B | 2E |
| Octal | 13 | 336 | 212 | 137 | 0 | 46 | 15 | 234 | 133 | 56 |
| Binary | 1011 | 11011110 | 10001010 | 1011111 | 0 | 100110 | 1101 | 10011100 | 1011011 | 101110 |
Color Harmonies of #0BDE8A
Complementary color
Monochromatic Colors of #0BDE8A
Black with #0BDE8A
Text Example
Text Example
White with #0BDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE8A; }
p { color: rgb(11,222,138); }
H1.HeaderClassName
{
color: #0BDE8A;
}
.AnyTagClassName
{
color: #0BDE8A;
}
</style>
background-color css
<style>
a { background-color: #0BDE8A; }
a { background-color: rgb(11,222,138); }
div.DivClassName
{
background-color: #0BDE8A;
}
.BgClassName
{
background-color: #0BDE8A;
}
</style>
border-color css
<style>
span { border-color: #0BDE8A; }
span { border-color: rgb(11,222,138); }
td.TdClassName
{
border-color: #0BDE8A;
}
.TagClassName
{
border-color: #0BDE8A;
}
</style>