Shades of Caribbean Green #0BDD8A
Tints of Caribbean Green #0BDD8A
RGB
CMYK
RGB Variations
Color information
#0BDD8A (or 0x0BDD8A) is known color: Caribbean Green. HEX triplet: 0B, DD and 8A. RGB value is (11,221,138). Sum of RGB (Red+Green+Blue) = 11+221+138=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD8A is #F42275. Grayscale: #949494. Windows color (decimal): -15999606 or 9100555. OLE color: 9100555.
HSL color Cylindrical-coordinate representation of color #0BDD8A: hue angle of 156.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD8A is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 138 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.13 |
| HSL | 156.29º | 0.91% | 0.45% | - |
| HSV(B) | 156.29º | 0.95% | 0.87% | - |
| XYZ | 30.58 | 53.62 | 32.78 | - |
| YUV | 148.75 | 121.93 | 29.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 138 | 0.95 | 0 | 0.38 | 0.13 | 156.29 | 0.91 | 0.45 |
| Hex | B | DD | 8A | 5F | 0 | 26 | D | 9C | 5B | 2D |
| Octal | 13 | 335 | 212 | 137 | 0 | 46 | 15 | 234 | 133 | 55 |
| Binary | 1011 | 11011101 | 10001010 | 1011111 | 0 | 100110 | 1101 | 10011100 | 1011011 | 101101 |
Color Harmonies of #0BDD8A
Complementary color
Monochromatic Colors of #0BDD8A
Black with #0BDD8A
Text Example
Text Example
White with #0BDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD8A; }
p { color: rgb(11,221,138); }
H1.HeaderClassName
{
color: #0BDD8A;
}
.AnyTagClassName
{
color: #0BDD8A;
}
</style>
background-color css
<style>
a { background-color: #0BDD8A; }
a { background-color: rgb(11,221,138); }
div.DivClassName
{
background-color: #0BDD8A;
}
.BgClassName
{
background-color: #0BDD8A;
}
</style>
border-color css
<style>
span { border-color: #0BDD8A; }
span { border-color: rgb(11,221,138); }
td.TdClassName
{
border-color: #0BDD8A;
}
.TagClassName
{
border-color: #0BDD8A;
}
</style>