Shades of Caribbean Green #00D1B3
Tints of Caribbean Green #00D1B3
RGB
CMYK
RGB Variations
Color information
#00D1B3 (or 0x00D1B3) is known color: Caribbean Green. HEX triplet: 00, D1 and B3. RGB value is (0,209,179). Sum of RGB (Red+Green+Blue) = 0+209+179=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1B3 is #FF2E4C. Grayscale: #8F8F8F. Windows color (decimal): -16723533 or 11784448. OLE color: 11784448.
HSL color Cylindrical-coordinate representation of color #00D1B3: hue angle of 171.39º 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 #00D1B3 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 179 | - |
| CMYK | 1 | 0 | 0.14 | 0.18 |
| HSL | 171.39º | 1% | 0.41% | - |
| HSV(B) | 171.39º | 1% | 0.82% | - |
| XYZ | 30.94 | 48.86 | 50.45 | - |
| YUV | 143.09 | 148.26 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 179 | 1 | 0 | 0.14 | 0.18 | 171.39 | 1 | 0.41 |
| Hex | 0 | D1 | B3 | 64 | 0 | E | 12 | AB | 64 | 29 |
| Octal | 0 | 321 | 263 | 144 | 0 | 16 | 22 | 253 | 144 | 51 |
| Binary | 0 | 11010001 | 10110011 | 1100100 | 0 | 1110 | 10010 | 10101011 | 1100100 | 101001 |
Color Harmonies of #00D1B3
Complementary color
Monochromatic Colors of #00D1B3
Black with #00D1B3
Text Example
Text Example
White with #00D1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1B3; }
p { color: rgb(0,209,179); }
H1.HeaderClassName
{
color: #00D1B3;
}
.AnyTagClassName
{
color: #00D1B3;
}
</style>
background-color css
<style>
a { background-color: #00D1B3; }
a { background-color: rgb(0,209,179); }
div.DivClassName
{
background-color: #00D1B3;
}
.BgClassName
{
background-color: #00D1B3;
}
</style>
border-color css
<style>
span { border-color: #00D1B3; }
span { border-color: rgb(0,209,179); }
td.TdClassName
{
border-color: #00D1B3;
}
.TagClassName
{
border-color: #00D1B3;
}
</style>