Shades of Caribbean Green #01BDA4
Tints of Caribbean Green #01BDA4
RGB
CMYK
RGB Variations
Color information
#01BDA4 (or 0x01BDA4) is known color: Caribbean Green. HEX triplet: 01, BD and A4. RGB value is (1,189,164). Sum of RGB (Red+Green+Blue) = 1+189+164=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #01BDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BDA4 is #FE425B. Grayscale: #818181. Windows color (decimal): -16663132 or 10796289. OLE color: 10796289.
HSL color Cylindrical-coordinate representation of color #01BDA4: hue angle of 172.02º 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 #01BDA4 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 164 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.26 |
| HSL | 172.02º | 0.99% | 0.37% | - |
| HSV(B) | 172.02º | 0.99% | 0.74% | - |
| XYZ | 24.91 | 39.08 | 41.35 | - |
| YUV | 129.94 | 147.22 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 164 | 0.99 | 0 | 0.13 | 0.26 | 172.02 | 0.99 | 0.37 |
| Hex | 1 | BD | A4 | 63 | 0 | D | 1A | AC | 63 | 25 |
| Octal | 1 | 275 | 244 | 143 | 0 | 15 | 32 | 254 | 143 | 45 |
| Binary | 1 | 10111101 | 10100100 | 1100011 | 0 | 1101 | 11010 | 10101100 | 1100011 | 100101 |
Color Harmonies of #01BDA4
Complementary color
Monochromatic Colors of #01BDA4
Black with #01BDA4
Text Example
Text Example
White with #01BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDA4; }
p { color: rgb(1,189,164); }
H1.HeaderClassName
{
color: #01BDA4;
}
.AnyTagClassName
{
color: #01BDA4;
}
</style>
background-color css
<style>
a { background-color: #01BDA4; }
a { background-color: rgb(1,189,164); }
div.DivClassName
{
background-color: #01BDA4;
}
.BgClassName
{
background-color: #01BDA4;
}
</style>
border-color css
<style>
span { border-color: #01BDA4; }
span { border-color: rgb(1,189,164); }
td.TdClassName
{
border-color: #01BDA4;
}
.TagClassName
{
border-color: #01BDA4;
}
</style>