Shades of Caribbean Green #00D3B2
Tints of Caribbean Green #00D3B2
RGB
CMYK
RGB Variations
Color information
#00D3B2 (or 0x00D3B2) is known color: Caribbean Green. HEX triplet: 00, D3 and B2. RGB value is (0,211,178). Sum of RGB (Red+Green+Blue) = 0+211+178=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #00D3B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D3B2 is #FF2C4D. Grayscale: #909090. Windows color (decimal): -16723022 or 11719424. OLE color: 11719424.
HSL color Cylindrical-coordinate representation of color #00D3B2: hue angle of 170.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D3B2 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 178 | - |
| CMYK | 1 | 0 | 0.16 | 0.17 |
| HSL | 170.62º | 1% | 0.41% | - |
| HSV(B) | 170.62º | 1% | 0.83% | - |
| XYZ | 31.33 | 49.8 | 50.08 | - |
| YUV | 144.15 | 147.1 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 178 | 1 | 0 | 0.16 | 0.17 | 170.62 | 1 | 0.41 |
| Hex | 0 | D3 | B2 | 64 | 0 | 10 | 11 | AB | 64 | 29 |
| Octal | 0 | 323 | 262 | 144 | 0 | 20 | 21 | 253 | 144 | 51 |
| Binary | 0 | 11010011 | 10110010 | 1100100 | 0 | 10000 | 10001 | 10101011 | 1100100 | 101001 |
Color Harmonies of #00D3B2
Complementary color
Monochromatic Colors of #00D3B2
Black with #00D3B2
Text Example
Text Example
White with #00D3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D3B2; }
p { color: rgb(0,211,178); }
H1.HeaderClassName
{
color: #00D3B2;
}
.AnyTagClassName
{
color: #00D3B2;
}
</style>
background-color css
<style>
a { background-color: #00D3B2; }
a { background-color: rgb(0,211,178); }
div.DivClassName
{
background-color: #00D3B2;
}
.BgClassName
{
background-color: #00D3B2;
}
</style>
border-color css
<style>
span { border-color: #00D3B2; }
span { border-color: rgb(0,211,178); }
td.TdClassName
{
border-color: #00D3B2;
}
.TagClassName
{
border-color: #00D3B2;
}
</style>