Shades of Caribbean Green #0BCEAF
Tints of Caribbean Green #0BCEAF
RGB
CMYK
RGB Variations
Color information
#0BCEAF (or 0x0BCEAF) is known color: Caribbean Green. HEX triplet: 0B, CE and AF. RGB value is (11,206,175). Sum of RGB (Red+Green+Blue) = 11+206+175=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEAF is #F43150. Grayscale: #909090. Windows color (decimal): -16003409 or 11521547. OLE color: 11521547.
HSL color Cylindrical-coordinate representation of color #0BCEAF: hue angle of 170.46º 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 #0BCEAF is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 175 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.19 |
| HSL | 170.46º | 0.9% | 0.43% | - |
| HSV(B) | 170.46º | 0.95% | 0.81% | - |
| XYZ | 29.95 | 47.31 | 48.11 | - |
| YUV | 144.16 | 145.4 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 175 | 0.95 | 0 | 0.15 | 0.19 | 170.46 | 0.9 | 0.43 |
| Hex | B | CE | AF | 5F | 0 | F | 13 | AA | 5A | 2B |
| Octal | 13 | 316 | 257 | 137 | 0 | 17 | 23 | 252 | 132 | 53 |
| Binary | 1011 | 11001110 | 10101111 | 1011111 | 0 | 1111 | 10011 | 10101010 | 1011010 | 101011 |
Color Harmonies of #0BCEAF
Complementary color
Monochromatic Colors of #0BCEAF
Black with #0BCEAF
Text Example
Text Example
White with #0BCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEAF; }
p { color: rgb(11,206,175); }
H1.HeaderClassName
{
color: #0BCEAF;
}
.AnyTagClassName
{
color: #0BCEAF;
}
</style>
background-color css
<style>
a { background-color: #0BCEAF; }
a { background-color: rgb(11,206,175); }
div.DivClassName
{
background-color: #0BCEAF;
}
.BgClassName
{
background-color: #0BCEAF;
}
</style>
border-color css
<style>
span { border-color: #0BCEAF; }
span { border-color: rgb(11,206,175); }
td.TdClassName
{
border-color: #0BCEAF;
}
.TagClassName
{
border-color: #0BCEAF;
}
</style>