Shades of Caribbean Green #01BD8C
Tints of Caribbean Green #01BD8C
RGB
CMYK
RGB Variations
Color information
#01BD8C (or 0x01BD8C) is known color: Caribbean Green. HEX triplet: 01, BD and 8C. RGB value is (1,189,140). Sum of RGB (Red+Green+Blue) = 1+189+140=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD8C is #FE4273. Grayscale: #7F7F7F. Windows color (decimal): -16663156 or 9223425. OLE color: 9223425.
HSL color Cylindrical-coordinate representation of color #01BD8C: hue angle of 164.36º 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 #01BD8C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 140 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.26 |
| HSL | 164.36º | 0.99% | 0.37% | - |
| HSV(B) | 164.36º | 0.99% | 0.74% | - |
| XYZ | 22.94 | 38.3 | 30.99 | - |
| YUV | 127.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 140 | 0.99 | 0 | 0.26 | 0.26 | 164.36 | 0.99 | 0.37 |
| Hex | 1 | BD | 8C | 63 | 0 | 1A | 1A | A4 | 63 | 25 |
| Octal | 1 | 275 | 214 | 143 | 0 | 32 | 32 | 244 | 143 | 45 |
| Binary | 1 | 10111101 | 10001100 | 1100011 | 0 | 11010 | 11010 | 10100100 | 1100011 | 100101 |
Color Harmonies of #01BD8C
Complementary color
Monochromatic Colors of #01BD8C
Black with #01BD8C
Text Example
Text Example
White with #01BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD8C; }
p { color: rgb(1,189,140); }
H1.HeaderClassName
{
color: #01BD8C;
}
.AnyTagClassName
{
color: #01BD8C;
}
</style>
background-color css
<style>
a { background-color: #01BD8C; }
a { background-color: rgb(1,189,140); }
div.DivClassName
{
background-color: #01BD8C;
}
.BgClassName
{
background-color: #01BD8C;
}
</style>
border-color css
<style>
span { border-color: #01BD8C; }
span { border-color: rgb(1,189,140); }
td.TdClassName
{
border-color: #01BD8C;
}
.TagClassName
{
border-color: #01BD8C;
}
</style>