Shades of Caribbean Green #01BD8D
Tints of Caribbean Green #01BD8D
RGB
CMYK
RGB Variations
Color information
#01BD8D (or 0x01BD8D) is known color: Caribbean Green. HEX triplet: 01, BD and 8D. RGB value is (1,189,141). Sum of RGB (Red+Green+Blue) = 1+189+141=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD8D is #FE4272. Grayscale: #7F7F7F. Windows color (decimal): -16663155 or 9288961. OLE color: 9288961.
HSL color Cylindrical-coordinate representation of color #01BD8D: hue angle of 164.68º 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 #01BD8D is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 141 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.26 |
| HSL | 164.68º | 0.99% | 0.37% | - |
| HSV(B) | 164.68º | 0.99% | 0.74% | - |
| XYZ | 23.02 | 38.32 | 31.38 | - |
| YUV | 127.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 141 | 0.99 | 0 | 0.25 | 0.26 | 164.68 | 0.99 | 0.37 |
| Hex | 1 | BD | 8D | 63 | 0 | 19 | 1A | A5 | 63 | 25 |
| Octal | 1 | 275 | 215 | 143 | 0 | 31 | 32 | 245 | 143 | 45 |
| Binary | 1 | 10111101 | 10001101 | 1100011 | 0 | 11001 | 11010 | 10100101 | 1100011 | 100101 |
Color Harmonies of #01BD8D
Complementary color
Monochromatic Colors of #01BD8D
Black with #01BD8D
Text Example
Text Example
White with #01BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD8D; }
p { color: rgb(1,189,141); }
H1.HeaderClassName
{
color: #01BD8D;
}
.AnyTagClassName
{
color: #01BD8D;
}
</style>
background-color css
<style>
a { background-color: #01BD8D; }
a { background-color: rgb(1,189,141); }
div.DivClassName
{
background-color: #01BD8D;
}
.BgClassName
{
background-color: #01BD8D;
}
</style>
border-color css
<style>
span { border-color: #01BD8D; }
span { border-color: rgb(1,189,141); }
td.TdClassName
{
border-color: #01BD8D;
}
.TagClassName
{
border-color: #01BD8D;
}
</style>