Shades of Caribbean Green #00D7B2
Tints of Caribbean Green #00D7B2
RGB
CMYK
RGB Variations
Color information
#00D7B2 (or 0x00D7B2) is known color: Caribbean Green. HEX triplet: 00, D7 and B2. RGB value is (0,215,178). Sum of RGB (Red+Green+Blue) = 0+215+178=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #00D7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D7B2 is #FF284D. Grayscale: #929292. Windows color (decimal): -16721998 or 11720448. OLE color: 11720448.
HSL color Cylindrical-coordinate representation of color #00D7B2: hue angle of 169.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D7B2 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 178 | - |
| CMYK | 1 | 0 | 0.17 | 0.16 |
| HSL | 169.67º | 1% | 0.42% | - |
| HSV(B) | 169.67º | 1% | 0.84% | - |
| XYZ | 32.34 | 51.82 | 50.42 | - |
| YUV | 146.5 | 145.77 | 23.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 178 | 1 | 0 | 0.17 | 0.16 | 169.67 | 1 | 0.42 |
| Hex | 0 | D7 | B2 | 64 | 0 | 11 | 10 | AA | 64 | 2A |
| Octal | 0 | 327 | 262 | 144 | 0 | 21 | 20 | 252 | 144 | 52 |
| Binary | 0 | 11010111 | 10110010 | 1100100 | 0 | 10001 | 10000 | 10101010 | 1100100 | 101010 |
Color Harmonies of #00D7B2
Complementary color
Monochromatic Colors of #00D7B2
Black with #00D7B2
Text Example
Text Example
White with #00D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D7B2; }
p { color: rgb(0,215,178); }
H1.HeaderClassName
{
color: #00D7B2;
}
.AnyTagClassName
{
color: #00D7B2;
}
</style>
background-color css
<style>
a { background-color: #00D7B2; }
a { background-color: rgb(0,215,178); }
div.DivClassName
{
background-color: #00D7B2;
}
.BgClassName
{
background-color: #00D7B2;
}
</style>
border-color css
<style>
span { border-color: #00D7B2; }
span { border-color: rgb(0,215,178); }
td.TdClassName
{
border-color: #00D7B2;
}
.TagClassName
{
border-color: #00D7B2;
}
</style>