Shades of Caribbean Green #01BC8C
Tints of Caribbean Green #01BC8C
RGB
CMYK
RGB Variations
Color information
#01BC8C (or 0x01BC8C) is known color: Caribbean Green. HEX triplet: 01, BC and 8C. RGB value is (1,188,140). Sum of RGB (Red+Green+Blue) = 1+188+140=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC8C is #FE4373. Grayscale: #7E7E7E. Windows color (decimal): -16663412 or 9223169. OLE color: 9223169.
HSL color Cylindrical-coordinate representation of color #01BC8C: hue angle of 164.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC8C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 140 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.26 |
| HSL | 164.6º | 0.99% | 0.37% | - |
| HSV(B) | 164.6º | 0.99% | 0.74% | - |
| XYZ | 22.73 | 37.87 | 30.92 | - |
| YUV | 126.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 140 | 0.99 | 0 | 0.26 | 0.26 | 164.6 | 0.99 | 0.37 |
| Hex | 1 | BC | 8C | 63 | 0 | 1A | 1A | A5 | 63 | 25 |
| Octal | 1 | 274 | 214 | 143 | 0 | 32 | 32 | 245 | 143 | 45 |
| Binary | 1 | 10111100 | 10001100 | 1100011 | 0 | 11010 | 11010 | 10100101 | 1100011 | 100101 |
Color Harmonies of #01BC8C
Complementary color
Monochromatic Colors of #01BC8C
Black with #01BC8C
Text Example
Text Example
White with #01BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC8C; }
p { color: rgb(1,188,140); }
H1.HeaderClassName
{
color: #01BC8C;
}
.AnyTagClassName
{
color: #01BC8C;
}
</style>
background-color css
<style>
a { background-color: #01BC8C; }
a { background-color: rgb(1,188,140); }
div.DivClassName
{
background-color: #01BC8C;
}
.BgClassName
{
background-color: #01BC8C;
}
</style>
border-color css
<style>
span { border-color: #01BC8C; }
span { border-color: rgb(1,188,140); }
td.TdClassName
{
border-color: #01BC8C;
}
.TagClassName
{
border-color: #01BC8C;
}
</style>