Shades of Caribbean Green #0BDFAA
Tints of Caribbean Green #0BDFAA
RGB
CMYK
RGB Variations
Color information
#0BDFAA (or 0x0BDFAA) is known color: Caribbean Green. HEX triplet: 0B, DF and AA. RGB value is (11,223,170). Sum of RGB (Red+Green+Blue) = 11+223+170=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDFAA is #F42055. Grayscale: #999999. Windows color (decimal): -15999062 or 11198219. OLE color: 11198219.
HSL color Cylindrical-coordinate representation of color #0BDFAA: hue angle of 165º 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 #0BDFAA is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 170 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.13 |
| HSL | 165º | 0.91% | 0.46% | - |
| HSV(B) | 165º | 0.95% | 0.87% | - |
| XYZ | 33.78 | 55.75 | 47.01 | - |
| YUV | 153.57 | 137.26 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 170 | 0.95 | 0 | 0.24 | 0.13 | 165 | 0.91 | 0.46 |
| Hex | B | DF | AA | 5F | 0 | 18 | D | A5 | 5B | 2E |
| Octal | 13 | 337 | 252 | 137 | 0 | 30 | 15 | 245 | 133 | 56 |
| Binary | 1011 | 11011111 | 10101010 | 1011111 | 0 | 11000 | 1101 | 10100101 | 1011011 | 101110 |
Color Harmonies of #0BDFAA
Complementary color
Monochromatic Colors of #0BDFAA
Black with #0BDFAA
Text Example
Text Example
White with #0BDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFAA; }
p { color: rgb(11,223,170); }
H1.HeaderClassName
{
color: #0BDFAA;
}
.AnyTagClassName
{
color: #0BDFAA;
}
</style>
background-color css
<style>
a { background-color: #0BDFAA; }
a { background-color: rgb(11,223,170); }
div.DivClassName
{
background-color: #0BDFAA;
}
.BgClassName
{
background-color: #0BDFAA;
}
</style>
border-color css
<style>
span { border-color: #0BDFAA; }
span { border-color: rgb(11,223,170); }
td.TdClassName
{
border-color: #0BDFAA;
}
.TagClassName
{
border-color: #0BDFAA;
}
</style>