Shades of Caribbean Green #01BD8E
Tints of Caribbean Green #01BD8E
RGB
CMYK
RGB Variations
Color information
#01BD8E (or 0x01BD8E) is known color: Caribbean Green. HEX triplet: 01, BD and 8E. RGB value is (1,189,142). Sum of RGB (Red+Green+Blue) = 1+189+142=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD8E is #FE4271. Grayscale: #7F7F7F. Windows color (decimal): -16663154 or 9354497. OLE color: 9354497.
HSL color Cylindrical-coordinate representation of color #01BD8E: hue angle of 165º 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 #01BD8E is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 142 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.26 |
| HSL | 165º | 0.99% | 0.37% | - |
| HSV(B) | 165º | 0.99% | 0.74% | - |
| XYZ | 23.09 | 38.35 | 31.78 | - |
| YUV | 127.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 142 | 0.99 | 0 | 0.25 | 0.26 | 165 | 0.99 | 0.37 |
| Hex | 1 | BD | 8E | 63 | 0 | 19 | 1A | A5 | 63 | 25 |
| Octal | 1 | 275 | 216 | 143 | 0 | 31 | 32 | 245 | 143 | 45 |
| Binary | 1 | 10111101 | 10001110 | 1100011 | 0 | 11001 | 11010 | 10100101 | 1100011 | 100101 |
Color Harmonies of #01BD8E
Complementary color
Monochromatic Colors of #01BD8E
Black with #01BD8E
Text Example
Text Example
White with #01BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD8E; }
p { color: rgb(1,189,142); }
H1.HeaderClassName
{
color: #01BD8E;
}
.AnyTagClassName
{
color: #01BD8E;
}
</style>
background-color css
<style>
a { background-color: #01BD8E; }
a { background-color: rgb(1,189,142); }
div.DivClassName
{
background-color: #01BD8E;
}
.BgClassName
{
background-color: #01BD8E;
}
</style>
border-color css
<style>
span { border-color: #01BD8E; }
span { border-color: rgb(1,189,142); }
td.TdClassName
{
border-color: #01BD8E;
}
.TagClassName
{
border-color: #01BD8E;
}
</style>