Shades of Caribbean Green #01BFA3
Tints of Caribbean Green #01BFA3
RGB
CMYK
RGB Variations
Color information
#01BFA3 (or 0x01BFA3) is known color: Caribbean Green. HEX triplet: 01, BF and A3. RGB value is (1,191,163). Sum of RGB (Red+Green+Blue) = 1+191+163=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA3 is #FE405C. Grayscale: #828282. Windows color (decimal): -16662621 or 10731265. OLE color: 10731265.
HSL color Cylindrical-coordinate representation of color #01BFA3: hue angle of 171.16º 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 #01BFA3 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 163 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.25 |
| HSL | 171.16º | 0.99% | 0.38% | - |
| HSV(B) | 171.16º | 0.99% | 0.75% | - |
| XYZ | 25.25 | 39.91 | 41.02 | - |
| YUV | 131 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 163 | 0.99 | 0 | 0.15 | 0.25 | 171.16 | 0.99 | 0.38 |
| Hex | 1 | BF | A3 | 63 | 0 | F | 19 | AB | 63 | 26 |
| Octal | 1 | 277 | 243 | 143 | 0 | 17 | 31 | 253 | 143 | 46 |
| Binary | 1 | 10111111 | 10100011 | 1100011 | 0 | 1111 | 11001 | 10101011 | 1100011 | 100110 |
Color Harmonies of #01BFA3
Complementary color
Monochromatic Colors of #01BFA3
Black with #01BFA3
Text Example
Text Example
White with #01BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFA3; }
p { color: rgb(1,191,163); }
H1.HeaderClassName
{
color: #01BFA3;
}
.AnyTagClassName
{
color: #01BFA3;
}
</style>
background-color css
<style>
a { background-color: #01BFA3; }
a { background-color: rgb(1,191,163); }
div.DivClassName
{
background-color: #01BFA3;
}
.BgClassName
{
background-color: #01BFA3;
}
</style>
border-color css
<style>
span { border-color: #01BFA3; }
span { border-color: rgb(1,191,163); }
td.TdClassName
{
border-color: #01BFA3;
}
.TagClassName
{
border-color: #01BFA3;
}
</style>