Shades of Caribbean Green #0BDFB5
Tints of Caribbean Green #0BDFB5
RGB
CMYK
RGB Variations
Color information
#0BDFB5 (or 0x0BDFB5) is known color: Caribbean Green. HEX triplet: 0B, DF and B5. RGB value is (11,223,181). Sum of RGB (Red+Green+Blue) = 11+223+181=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFB5 is #F4204A. Grayscale: #9A9A9A. Windows color (decimal): -15999051 or 11919115. OLE color: 11919115.
HSL color Cylindrical-coordinate representation of color #0BDFB5: hue angle of 168.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 #0BDFB5 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 181 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.13 |
| HSL | 168.11º | 0.91% | 0.46% | - |
| HSV(B) | 168.11º | 0.95% | 0.87% | - |
| XYZ | 34.87 | 56.18 | 52.72 | - |
| YUV | 154.82 | 142.76 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 181 | 0.95 | 0 | 0.19 | 0.13 | 168.11 | 0.91 | 0.46 |
| Hex | B | DF | B5 | 5F | 0 | 13 | D | A8 | 5B | 2E |
| Octal | 13 | 337 | 265 | 137 | 0 | 23 | 15 | 250 | 133 | 56 |
| Binary | 1011 | 11011111 | 10110101 | 1011111 | 0 | 10011 | 1101 | 10101000 | 1011011 | 101110 |
Color Harmonies of #0BDFB5
Complementary color
Monochromatic Colors of #0BDFB5
Black with #0BDFB5
Text Example
Text Example
White with #0BDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFB5; }
p { color: rgb(11,223,181); }
H1.HeaderClassName
{
color: #0BDFB5;
}
.AnyTagClassName
{
color: #0BDFB5;
}
</style>
background-color css
<style>
a { background-color: #0BDFB5; }
a { background-color: rgb(11,223,181); }
div.DivClassName
{
background-color: #0BDFB5;
}
.BgClassName
{
background-color: #0BDFB5;
}
</style>
border-color css
<style>
span { border-color: #0BDFB5; }
span { border-color: rgb(11,223,181); }
td.TdClassName
{
border-color: #0BDFB5;
}
.TagClassName
{
border-color: #0BDFB5;
}
</style>