Shades of Caribbean Green #01DCB3
Tints of Caribbean Green #01DCB3
RGB
CMYK
RGB Variations
Color information
#01DCB3 (or 0x01DCB3) is known color: Caribbean Green. HEX triplet: 01, DC and B3. RGB value is (1,220,179). Sum of RGB (Red+Green+Blue) = 1+220+179=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCB3 is #FE234C. Grayscale: #959595. Windows color (decimal): -16655181 or 11787265. OLE color: 11787265.
HSL color Cylindrical-coordinate representation of color #01DCB3: hue angle of 168.77º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCB3 is Cyan = 1.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 179 | - |
| CMYK | 1.00 | 0 | 0.19 | 0.14 |
| HSL | 168.77º | 0.99% | 0.43% | - |
| HSV(B) | 168.77º | 1% | 0.86% | - |
| XYZ | 33.74 | 54.45 | 51.38 | - |
| YUV | 149.85 | 144.45 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 179 | 1.00 | 0 | 0.19 | 0.14 | 168.77 | 0.99 | 0.43 |
| Hex | 1 | DC | B3 | 64 | 0 | 13 | E | A9 | 63 | 2B |
| Octal | 1 | 334 | 263 | 144 | 0 | 23 | 16 | 251 | 143 | 53 |
| Binary | 1 | 11011100 | 10110011 | 1100100 | 0 | 10011 | 1110 | 10101001 | 1100011 | 101011 |
Color Harmonies of #01DCB3
Complementary color
Monochromatic Colors of #01DCB3
Black with #01DCB3
Text Example
Text Example
White with #01DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCB3; }
p { color: rgb(1,220,179); }
H1.HeaderClassName
{
color: #01DCB3;
}
.AnyTagClassName
{
color: #01DCB3;
}
</style>
background-color css
<style>
a { background-color: #01DCB3; }
a { background-color: rgb(1,220,179); }
div.DivClassName
{
background-color: #01DCB3;
}
.BgClassName
{
background-color: #01DCB3;
}
</style>
border-color css
<style>
span { border-color: #01DCB3; }
span { border-color: rgb(1,220,179); }
td.TdClassName
{
border-color: #01DCB3;
}
.TagClassName
{
border-color: #01DCB3;
}
</style>