Shades of Caribbean Green #00DCB1
Tints of Caribbean Green #00DCB1
RGB
CMYK
RGB Variations
Color information
#00DCB1 (or 0x00DCB1) is known color: Caribbean Green. HEX triplet: 00, DC and B1. RGB value is (0,220,177). Sum of RGB (Red+Green+Blue) = 0+220+177=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCB1 is #FF234E. Grayscale: #959595. Windows color (decimal): -16720719 or 11656192. OLE color: 11656192.
HSL color Cylindrical-coordinate representation of color #00DCB1: hue angle of 168.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCB1 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 177 | - |
| CMYK | 1 | 0 | 0.20 | 0.14 |
| HSL | 168.27º | 1% | 0.43% | - |
| HSV(B) | 168.27º | 1% | 0.86% | - |
| XYZ | 33.53 | 54.36 | 50.32 | - |
| YUV | 149.32 | 143.61 | 21.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 177 | 1 | 0 | 0.20 | 0.14 | 168.27 | 1 | 0.43 |
| Hex | 0 | DC | B1 | 64 | 0 | 14 | E | A8 | 64 | 2B |
| Octal | 0 | 334 | 261 | 144 | 0 | 24 | 16 | 250 | 144 | 53 |
| Binary | 0 | 11011100 | 10110001 | 1100100 | 0 | 10100 | 1110 | 10101000 | 1100100 | 101011 |
Color Harmonies of #00DCB1
Complementary color
Monochromatic Colors of #00DCB1
Black with #00DCB1
Text Example
Text Example
White with #00DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCB1; }
p { color: rgb(0,220,177); }
H1.HeaderClassName
{
color: #00DCB1;
}
.AnyTagClassName
{
color: #00DCB1;
}
</style>
background-color css
<style>
a { background-color: #00DCB1; }
a { background-color: rgb(0,220,177); }
div.DivClassName
{
background-color: #00DCB1;
}
.BgClassName
{
background-color: #00DCB1;
}
</style>
border-color css
<style>
span { border-color: #00DCB1; }
span { border-color: rgb(0,220,177); }
td.TdClassName
{
border-color: #00DCB1;
}
.TagClassName
{
border-color: #00DCB1;
}
</style>