Shades of Caribbean Green #01BB8F
Tints of Caribbean Green #01BB8F
RGB
CMYK
RGB Variations
Color information
#01BB8F (or 0x01BB8F) is known color: Caribbean Green. HEX triplet: 01, BB and 8F. RGB value is (1,187,143). Sum of RGB (Red+Green+Blue) = 1+187+143=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB8F is #FE4470. Grayscale: #7E7E7E. Windows color (decimal): -16663665 or 9419521. OLE color: 9419521.
HSL color Cylindrical-coordinate representation of color #01BB8F: hue angle of 165.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB8F is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 143 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.27 |
| HSL | 165.81º | 0.99% | 0.37% | - |
| HSV(B) | 165.81º | 0.99% | 0.73% | - |
| XYZ | 22.74 | 37.53 | 32.03 | - |
| YUV | 126.37 | 137.38 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 143 | 0.99 | 0 | 0.24 | 0.27 | 165.81 | 0.99 | 0.37 |
| Hex | 1 | BB | 8F | 63 | 0 | 18 | 1B | A6 | 63 | 25 |
| Octal | 1 | 273 | 217 | 143 | 0 | 30 | 33 | 246 | 143 | 45 |
| Binary | 1 | 10111011 | 10001111 | 1100011 | 0 | 11000 | 11011 | 10100110 | 1100011 | 100101 |
Color Harmonies of #01BB8F
Complementary color
Monochromatic Colors of #01BB8F
Black with #01BB8F
Text Example
Text Example
White with #01BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB8F; }
p { color: rgb(1,187,143); }
H1.HeaderClassName
{
color: #01BB8F;
}
.AnyTagClassName
{
color: #01BB8F;
}
</style>
background-color css
<style>
a { background-color: #01BB8F; }
a { background-color: rgb(1,187,143); }
div.DivClassName
{
background-color: #01BB8F;
}
.BgClassName
{
background-color: #01BB8F;
}
</style>
border-color css
<style>
span { border-color: #01BB8F; }
span { border-color: rgb(1,187,143); }
td.TdClassName
{
border-color: #01BB8F;
}
.TagClassName
{
border-color: #01BB8F;
}
</style>