Shades of Caribbean Green #01BE8C
Tints of Caribbean Green #01BE8C
RGB
CMYK
RGB Variations
Color information
#01BE8C (or 0x01BE8C) is known color: Caribbean Green. HEX triplet: 01, BE and 8C. RGB value is (1,190,140). Sum of RGB (Red+Green+Blue) = 1+190+140=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BE8C is #FE4173. Grayscale: #7F7F7F. Windows color (decimal): -16662900 or 9223681. OLE color: 9223681.
HSL color Cylindrical-coordinate representation of color #01BE8C: hue angle of 164.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE8C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 140 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.25 |
| HSL | 164.13º | 0.99% | 0.37% | - |
| HSV(B) | 164.13º | 0.99% | 0.75% | - |
| XYZ | 23.16 | 38.73 | 31.07 | - |
| YUV | 127.79 | 134.88 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 140 | 0.99 | 0 | 0.26 | 0.25 | 164.13 | 0.99 | 0.37 |
| Hex | 1 | BE | 8C | 63 | 0 | 1A | 19 | A4 | 63 | 25 |
| Octal | 1 | 276 | 214 | 143 | 0 | 32 | 31 | 244 | 143 | 45 |
| Binary | 1 | 10111110 | 10001100 | 1100011 | 0 | 11010 | 11001 | 10100100 | 1100011 | 100101 |
Color Harmonies of #01BE8C
Complementary color
Monochromatic Colors of #01BE8C
Black with #01BE8C
Text Example
Text Example
White with #01BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE8C; }
p { color: rgb(1,190,140); }
H1.HeaderClassName
{
color: #01BE8C;
}
.AnyTagClassName
{
color: #01BE8C;
}
</style>
background-color css
<style>
a { background-color: #01BE8C; }
a { background-color: rgb(1,190,140); }
div.DivClassName
{
background-color: #01BE8C;
}
.BgClassName
{
background-color: #01BE8C;
}
</style>
border-color css
<style>
span { border-color: #01BE8C; }
span { border-color: rgb(1,190,140); }
td.TdClassName
{
border-color: #01BE8C;
}
.TagClassName
{
border-color: #01BE8C;
}
</style>