Shades of Caribbean Green #01BD89
Tints of Caribbean Green #01BD89
RGB
CMYK
RGB Variations
Color information
#01BD89 (or 0x01BD89) is known color: Caribbean Green. HEX triplet: 01, BD and 89. RGB value is (1,189,137). Sum of RGB (Red+Green+Blue) = 1+189+137=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD89 is #FE4276. Grayscale: #7E7E7E. Windows color (decimal): -16663159 or 9026817. OLE color: 9026817.
HSL color Cylindrical-coordinate representation of color #01BD89: hue angle of 163.4º 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 #01BD89 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 137 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.26 |
| HSL | 163.4º | 0.99% | 0.37% | - |
| HSV(B) | 163.4º | 0.99% | 0.74% | - |
| XYZ | 22.73 | 38.21 | 29.84 | - |
| YUV | 126.86 | 133.72 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 137 | 0.99 | 0 | 0.28 | 0.26 | 163.4 | 0.99 | 0.37 |
| Hex | 1 | BD | 89 | 63 | 0 | 1C | 1A | A3 | 63 | 25 |
| Octal | 1 | 275 | 211 | 143 | 0 | 34 | 32 | 243 | 143 | 45 |
| Binary | 1 | 10111101 | 10001001 | 1100011 | 0 | 11100 | 11010 | 10100011 | 1100011 | 100101 |
Color Harmonies of #01BD89
Complementary color
Monochromatic Colors of #01BD89
Black with #01BD89
Text Example
Text Example
White with #01BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD89; }
p { color: rgb(1,189,137); }
H1.HeaderClassName
{
color: #01BD89;
}
.AnyTagClassName
{
color: #01BD89;
}
</style>
background-color css
<style>
a { background-color: #01BD89; }
a { background-color: rgb(1,189,137); }
div.DivClassName
{
background-color: #01BD89;
}
.BgClassName
{
background-color: #01BD89;
}
</style>
border-color css
<style>
span { border-color: #01BD89; }
span { border-color: rgb(1,189,137); }
td.TdClassName
{
border-color: #01BD89;
}
.TagClassName
{
border-color: #01BD89;
}
</style>