Shades of Caribbean Green #0BCFAF
Tints of Caribbean Green #0BCFAF
RGB
CMYK
RGB Variations
Color information
#0BCFAF (or 0x0BCFAF) is known color: Caribbean Green. HEX triplet: 0B, CF and AF. RGB value is (11,207,175). Sum of RGB (Red+Green+Blue) = 11+207+175=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCFAF is #F43050. Grayscale: #909090. Windows color (decimal): -16003153 or 11521803. OLE color: 11521803.
HSL color Cylindrical-coordinate representation of color #0BCFAF: hue angle of 170.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFAF is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 175 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.19 |
| HSL | 170.2º | 0.9% | 0.43% | - |
| HSV(B) | 170.2º | 0.95% | 0.81% | - |
| XYZ | 30.19 | 47.79 | 48.19 | - |
| YUV | 144.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 175 | 0.95 | 0 | 0.15 | 0.19 | 170.2 | 0.9 | 0.43 |
| Hex | B | CF | AF | 5F | 0 | F | 13 | AA | 5A | 2B |
| Octal | 13 | 317 | 257 | 137 | 0 | 17 | 23 | 252 | 132 | 53 |
| Binary | 1011 | 11001111 | 10101111 | 1011111 | 0 | 1111 | 10011 | 10101010 | 1011010 | 101011 |
Color Harmonies of #0BCFAF
Complementary color
Monochromatic Colors of #0BCFAF
Black with #0BCFAF
Text Example
Text Example
White with #0BCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFAF; }
p { color: rgb(11,207,175); }
H1.HeaderClassName
{
color: #0BCFAF;
}
.AnyTagClassName
{
color: #0BCFAF;
}
</style>
background-color css
<style>
a { background-color: #0BCFAF; }
a { background-color: rgb(11,207,175); }
div.DivClassName
{
background-color: #0BCFAF;
}
.BgClassName
{
background-color: #0BCFAF;
}
</style>
border-color css
<style>
span { border-color: #0BCFAF; }
span { border-color: rgb(11,207,175); }
td.TdClassName
{
border-color: #0BCFAF;
}
.TagClassName
{
border-color: #0BCFAF;
}
</style>