Shades of Caribbean Green #00D27B
Tints of Caribbean Green #00D27B
RGB
CMYK
RGB Variations
Color information
#00D27B (or 0x00D27B) is known color: Caribbean Green. HEX triplet: 00, D2 and 7B. RGB value is (0,210,123). Sum of RGB (Red+Green+Blue) = 0+210+123=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #00D27B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D27B is #FF2D84. Grayscale: #898989. Windows color (decimal): -16723333 or 8114688. OLE color: 8114688.
HSL color Cylindrical-coordinate representation of color #00D27B: hue angle of 155.14º 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 #00D27B is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 123 | - |
| CMYK | 1 | 0 | 0.41 | 0.18 |
| HSL | 155.14º | 1% | 0.41% | - |
| HSV(B) | 155.14º | 1% | 0.82% | - |
| XYZ | 26.62 | 47.52 | 26.51 | - |
| YUV | 137.29 | 119.93 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 123 | 1 | 0 | 0.41 | 0.18 | 155.14 | 1 | 0.41 |
| Hex | 0 | D2 | 7B | 64 | 0 | 29 | 12 | 9B | 64 | 29 |
| Octal | 0 | 322 | 173 | 144 | 0 | 51 | 22 | 233 | 144 | 51 |
| Binary | 0 | 11010010 | 1111011 | 1100100 | 0 | 101001 | 10010 | 10011011 | 1100100 | 101001 |
Color Harmonies of #00D27B
Complementary color
Monochromatic Colors of #00D27B
Black with #00D27B
Text Example
Text Example
White with #00D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D27B; }
p { color: rgb(0,210,123); }
H1.HeaderClassName
{
color: #00D27B;
}
.AnyTagClassName
{
color: #00D27B;
}
</style>
background-color css
<style>
a { background-color: #00D27B; }
a { background-color: rgb(0,210,123); }
div.DivClassName
{
background-color: #00D27B;
}
.BgClassName
{
background-color: #00D27B;
}
</style>
border-color css
<style>
span { border-color: #00D27B; }
span { border-color: rgb(0,210,123); }
td.TdClassName
{
border-color: #00D27B;
}
.TagClassName
{
border-color: #00D27B;
}
</style>