Shades of Caribbean Green #01BFA4
Tints of Caribbean Green #01BFA4
RGB
CMYK
RGB Variations
Color information
#01BFA4 (or 0x01BFA4) is known color: Caribbean Green. HEX triplet: 01, BF and A4. RGB value is (1,191,164). Sum of RGB (Red+Green+Blue) = 1+191+164=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA4 is #FE405B. Grayscale: #838383. Windows color (decimal): -16662620 or 10796801. OLE color: 10796801.
HSL color Cylindrical-coordinate representation of color #01BFA4: hue angle of 171.47º 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 #01BFA4 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 164 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.25 |
| HSL | 171.47º | 0.99% | 0.38% | - |
| HSV(B) | 171.47º | 0.99% | 0.75% | - |
| XYZ | 25.34 | 39.95 | 41.5 | - |
| YUV | 131.11 | 146.55 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 164 | 0.99 | 0 | 0.14 | 0.25 | 171.47 | 0.99 | 0.38 |
| Hex | 1 | BF | A4 | 63 | 0 | E | 19 | AB | 63 | 26 |
| Octal | 1 | 277 | 244 | 143 | 0 | 16 | 31 | 253 | 143 | 46 |
| Binary | 1 | 10111111 | 10100100 | 1100011 | 0 | 1110 | 11001 | 10101011 | 1100011 | 100110 |
Color Harmonies of #01BFA4
Complementary color
Monochromatic Colors of #01BFA4
Black with #01BFA4
Text Example
Text Example
White with #01BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFA4; }
p { color: rgb(1,191,164); }
H1.HeaderClassName
{
color: #01BFA4;
}
.AnyTagClassName
{
color: #01BFA4;
}
</style>
background-color css
<style>
a { background-color: #01BFA4; }
a { background-color: rgb(1,191,164); }
div.DivClassName
{
background-color: #01BFA4;
}
.BgClassName
{
background-color: #01BFA4;
}
</style>
border-color css
<style>
span { border-color: #01BFA4; }
span { border-color: rgb(1,191,164); }
td.TdClassName
{
border-color: #01BFA4;
}
.TagClassName
{
border-color: #01BFA4;
}
</style>