Shades of Caribbean Green #00D29C
Tints of Caribbean Green #00D29C
RGB
CMYK
RGB Variations
Color information
#00D29C (or 0x00D29C) is known color: Caribbean Green. HEX triplet: 00, D2 and 9C. RGB value is (0,210,156). Sum of RGB (Red+Green+Blue) = 0+210+156=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #00D29C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D29C is #FF2D63. Grayscale: #8D8D8D. Windows color (decimal): -16723300 or 10277376. OLE color: 10277376.
HSL color Cylindrical-coordinate representation of color #00D29C: hue angle of 164.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D29C is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 156 | - |
| CMYK | 1 | 0 | 0.26 | 0.18 |
| HSL | 164.57º | 1% | 0.41% | - |
| HSV(B) | 164.57º | 1% | 0.82% | - |
| XYZ | 29.05 | 48.49 | 39.28 | - |
| YUV | 141.05 | 136.43 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 156 | 1 | 0 | 0.26 | 0.18 | 164.57 | 1 | 0.41 |
| Hex | 0 | D2 | 9C | 64 | 0 | 1A | 12 | A5 | 64 | 29 |
| Octal | 0 | 322 | 234 | 144 | 0 | 32 | 22 | 245 | 144 | 51 |
| Binary | 0 | 11010010 | 10011100 | 1100100 | 0 | 11010 | 10010 | 10100101 | 1100100 | 101001 |
Color Harmonies of #00D29C
Complementary color
Monochromatic Colors of #00D29C
Black with #00D29C
Text Example
Text Example
White with #00D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D29C; }
p { color: rgb(0,210,156); }
H1.HeaderClassName
{
color: #00D29C;
}
.AnyTagClassName
{
color: #00D29C;
}
</style>
background-color css
<style>
a { background-color: #00D29C; }
a { background-color: rgb(0,210,156); }
div.DivClassName
{
background-color: #00D29C;
}
.BgClassName
{
background-color: #00D29C;
}
</style>
border-color css
<style>
span { border-color: #00D29C; }
span { border-color: rgb(0,210,156); }
td.TdClassName
{
border-color: #00D29C;
}
.TagClassName
{
border-color: #00D29C;
}
</style>