Shades of Caribbean Green #01D9B2
Tints of Caribbean Green #01D9B2
RGB
CMYK
RGB Variations
Color information
#01D9B2 (or 0x01D9B2) is known color: Caribbean Green. HEX triplet: 01, D9 and B2. RGB value is (1,217,178). Sum of RGB (Red+Green+Blue) = 1+217+178=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #01D9B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D9B2 is #FE264D. Grayscale: #939393. Windows color (decimal): -16655950 or 11720961. OLE color: 11720961.
HSL color Cylindrical-coordinate representation of color #01D9B2: hue angle of 169.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D9B2 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 178 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.15 |
| HSL | 169.17º | 0.99% | 0.43% | - |
| HSV(B) | 169.17º | 1% | 0.85% | - |
| XYZ | 32.86 | 52.85 | 50.59 | - |
| YUV | 147.97 | 144.94 | 23.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 178 | 1.00 | 0 | 0.18 | 0.15 | 169.17 | 0.99 | 0.43 |
| Hex | 1 | D9 | B2 | 64 | 0 | 12 | F | A9 | 63 | 2B |
| Octal | 1 | 331 | 262 | 144 | 0 | 22 | 17 | 251 | 143 | 53 |
| Binary | 1 | 11011001 | 10110010 | 1100100 | 0 | 10010 | 1111 | 10101001 | 1100011 | 101011 |
Color Harmonies of #01D9B2
Complementary color
Monochromatic Colors of #01D9B2
Black with #01D9B2
Text Example
Text Example
White with #01D9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D9B2; }
p { color: rgb(1,217,178); }
H1.HeaderClassName
{
color: #01D9B2;
}
.AnyTagClassName
{
color: #01D9B2;
}
</style>
background-color css
<style>
a { background-color: #01D9B2; }
a { background-color: rgb(1,217,178); }
div.DivClassName
{
background-color: #01D9B2;
}
.BgClassName
{
background-color: #01D9B2;
}
</style>
border-color css
<style>
span { border-color: #01D9B2; }
span { border-color: rgb(1,217,178); }
td.TdClassName
{
border-color: #01D9B2;
}
.TagClassName
{
border-color: #01D9B2;
}
</style>