Shades of Caribbean Green #01BF9C
Tints of Caribbean Green #01BF9C
RGB
CMYK
RGB Variations
Color information
#01BF9C (or 0x01BF9C) is known color: Caribbean Green. HEX triplet: 01, BF and 9C. RGB value is (1,191,156). Sum of RGB (Red+Green+Blue) = 1+191+156=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BF9C is #FE4063. Grayscale: #828282. Windows color (decimal): -16662628 or 10272513. OLE color: 10272513.
HSL color Cylindrical-coordinate representation of color #01BF9C: hue angle of 168.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF9C is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 156 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.25 |
| HSL | 168.95º | 0.99% | 0.38% | - |
| HSV(B) | 168.95º | 0.99% | 0.75% | - |
| XYZ | 24.64 | 39.67 | 37.81 | - |
| YUV | 130.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 156 | 0.99 | 0 | 0.18 | 0.25 | 168.95 | 0.99 | 0.38 |
| Hex | 1 | BF | 9C | 63 | 0 | 12 | 19 | A9 | 63 | 26 |
| Octal | 1 | 277 | 234 | 143 | 0 | 22 | 31 | 251 | 143 | 46 |
| Binary | 1 | 10111111 | 10011100 | 1100011 | 0 | 10010 | 11001 | 10101001 | 1100011 | 100110 |
Color Harmonies of #01BF9C
Complementary color
Monochromatic Colors of #01BF9C
Black with #01BF9C
Text Example
Text Example
White with #01BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF9C; }
p { color: rgb(1,191,156); }
H1.HeaderClassName
{
color: #01BF9C;
}
.AnyTagClassName
{
color: #01BF9C;
}
</style>
background-color css
<style>
a { background-color: #01BF9C; }
a { background-color: rgb(1,191,156); }
div.DivClassName
{
background-color: #01BF9C;
}
.BgClassName
{
background-color: #01BF9C;
}
</style>
border-color css
<style>
span { border-color: #01BF9C; }
span { border-color: rgb(1,191,156); }
td.TdClassName
{
border-color: #01BF9C;
}
.TagClassName
{
border-color: #01BF9C;
}
</style>