Shades of Caribbean Green #01BFA7
Tints of Caribbean Green #01BFA7
RGB
CMYK
RGB Variations
Color information
#01BFA7 (or 0x01BFA7) is known color: Caribbean Green. HEX triplet: 01, BF and A7. RGB value is (1,191,167). Sum of RGB (Red+Green+Blue) = 1+191+167=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA7 is #FE4058. Grayscale: #838383. Windows color (decimal): -16662617 or 10993409. OLE color: 10993409.
HSL color Cylindrical-coordinate representation of color #01BFA7: hue angle of 172.42º 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 #01BFA7 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 167 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.25 |
| HSL | 172.42º | 0.99% | 0.38% | - |
| HSV(B) | 172.42º | 0.99% | 0.75% | - |
| XYZ | 25.62 | 40.06 | 42.94 | - |
| YUV | 131.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 167 | 0.99 | 0 | 0.13 | 0.25 | 172.42 | 0.99 | 0.38 |
| Hex | 1 | BF | A7 | 63 | 0 | D | 19 | AC | 63 | 26 |
| Octal | 1 | 277 | 247 | 143 | 0 | 15 | 31 | 254 | 143 | 46 |
| Binary | 1 | 10111111 | 10100111 | 1100011 | 0 | 1101 | 11001 | 10101100 | 1100011 | 100110 |
Color Harmonies of #01BFA7
Complementary color
Monochromatic Colors of #01BFA7
Black with #01BFA7
Text Example
Text Example
White with #01BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFA7; }
p { color: rgb(1,191,167); }
H1.HeaderClassName
{
color: #01BFA7;
}
.AnyTagClassName
{
color: #01BFA7;
}
</style>
background-color css
<style>
a { background-color: #01BFA7; }
a { background-color: rgb(1,191,167); }
div.DivClassName
{
background-color: #01BFA7;
}
.BgClassName
{
background-color: #01BFA7;
}
</style>
border-color css
<style>
span { border-color: #01BFA7; }
span { border-color: rgb(1,191,167); }
td.TdClassName
{
border-color: #01BFA7;
}
.TagClassName
{
border-color: #01BFA7;
}
</style>