Shades of Caribbean Green #0BD17F
Tints of Caribbean Green #0BD17F
RGB
CMYK
RGB Variations
Color information
#0BD17F (or 0x0BD17F) is known color: Caribbean Green. HEX triplet: 0B, D1 and 7F. RGB value is (11,209,127). Sum of RGB (Red+Green+Blue) = 11+209+127=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD17F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD17F is #F42E80. Grayscale: #8C8C8C. Windows color (decimal): -16002689 or 8376587. OLE color: 8376587.
HSL color Cylindrical-coordinate representation of color #0BD17F: hue angle of 155.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD17F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 127 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.18 |
| HSL | 155.15º | 0.9% | 0.43% | - |
| HSV(B) | 155.15º | 0.95% | 0.82% | - |
| XYZ | 26.77 | 47.2 | 27.78 | - |
| YUV | 140.45 | 120.4 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 127 | 0.95 | 0 | 0.39 | 0.18 | 155.15 | 0.9 | 0.43 |
| Hex | B | D1 | 7F | 5F | 0 | 27 | 12 | 9B | 5A | 2B |
| Octal | 13 | 321 | 177 | 137 | 0 | 47 | 22 | 233 | 132 | 53 |
| Binary | 1011 | 11010001 | 1111111 | 1011111 | 0 | 100111 | 10010 | 10011011 | 1011010 | 101011 |
Color Harmonies of #0BD17F
Complementary color
Monochromatic Colors of #0BD17F
Black with #0BD17F
Text Example
Text Example
White with #0BD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD17F; }
p { color: rgb(11,209,127); }
H1.HeaderClassName
{
color: #0BD17F;
}
.AnyTagClassName
{
color: #0BD17F;
}
</style>
background-color css
<style>
a { background-color: #0BD17F; }
a { background-color: rgb(11,209,127); }
div.DivClassName
{
background-color: #0BD17F;
}
.BgClassName
{
background-color: #0BD17F;
}
</style>
border-color css
<style>
span { border-color: #0BD17F; }
span { border-color: rgb(11,209,127); }
td.TdClassName
{
border-color: #0BD17F;
}
.TagClassName
{
border-color: #0BD17F;
}
</style>