Shades of Caribbean Green #00D4AF
Tints of Caribbean Green #00D4AF
RGB
CMYK
RGB Variations
Color information
#00D4AF (or 0x00D4AF) is known color: Caribbean Green. HEX triplet: 00, D4 and AF. RGB value is (0,212,175). Sum of RGB (Red+Green+Blue) = 0+212+175=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D4AF is #FF2B50. Grayscale: #909090. Windows color (decimal): -16722769 or 11523072. OLE color: 11523072.
HSL color Cylindrical-coordinate representation of color #00D4AF: hue angle of 169.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D4AF is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 175 | - |
| CMYK | 1 | 0 | 0.17 | 0.17 |
| HSL | 169.53º | 1% | 0.42% | - |
| HSV(B) | 169.53º | 1% | 0.83% | - |
| XYZ | 31.28 | 50.18 | 48.59 | - |
| YUV | 144.39 | 145.26 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 175 | 1 | 0 | 0.17 | 0.17 | 169.53 | 1 | 0.42 |
| Hex | 0 | D4 | AF | 64 | 0 | 11 | 11 | AA | 64 | 2A |
| Octal | 0 | 324 | 257 | 144 | 0 | 21 | 21 | 252 | 144 | 52 |
| Binary | 0 | 11010100 | 10101111 | 1100100 | 0 | 10001 | 10001 | 10101010 | 1100100 | 101010 |
Color Harmonies of #00D4AF
Complementary color
Monochromatic Colors of #00D4AF
Black with #00D4AF
Text Example
Text Example
White with #00D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4AF; }
p { color: rgb(0,212,175); }
H1.HeaderClassName
{
color: #00D4AF;
}
.AnyTagClassName
{
color: #00D4AF;
}
</style>
background-color css
<style>
a { background-color: #00D4AF; }
a { background-color: rgb(0,212,175); }
div.DivClassName
{
background-color: #00D4AF;
}
.BgClassName
{
background-color: #00D4AF;
}
</style>
border-color css
<style>
span { border-color: #00D4AF; }
span { border-color: rgb(0,212,175); }
td.TdClassName
{
border-color: #00D4AF;
}
.TagClassName
{
border-color: #00D4AF;
}
</style>