Shades of Caribbean Green #00DEAF
Tints of Caribbean Green #00DEAF
RGB
CMYK
RGB Variations
Color information
#00DEAF (or 0x00DEAF) is known color: Caribbean Green. HEX triplet: 00, DE and AF. RGB value is (0,222,175). Sum of RGB (Red+Green+Blue) = 0+222+175=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEAF is #FF2150. Grayscale: #969696. Windows color (decimal): -16720209 or 11525632. OLE color: 11525632.
HSL color Cylindrical-coordinate representation of color #00DEAF: hue angle of 167.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEAF is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 175 | - |
| CMYK | 1 | 0 | 0.21 | 0.13 |
| HSL | 167.3º | 1% | 0.44% | - |
| HSV(B) | 167.3º | 1% | 0.87% | - |
| XYZ | 33.86 | 55.34 | 49.45 | - |
| YUV | 150.26 | 141.95 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 175 | 1 | 0 | 0.21 | 0.13 | 167.3 | 1 | 0.44 |
| Hex | 0 | DE | AF | 64 | 0 | 15 | D | A7 | 64 | 2C |
| Octal | 0 | 336 | 257 | 144 | 0 | 25 | 15 | 247 | 144 | 54 |
| Binary | 0 | 11011110 | 10101111 | 1100100 | 0 | 10101 | 1101 | 10100111 | 1100100 | 101100 |
Color Harmonies of #00DEAF
Complementary color
Monochromatic Colors of #00DEAF
Black with #00DEAF
Text Example
Text Example
White with #00DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEAF; }
p { color: rgb(0,222,175); }
H1.HeaderClassName
{
color: #00DEAF;
}
.AnyTagClassName
{
color: #00DEAF;
}
</style>
background-color css
<style>
a { background-color: #00DEAF; }
a { background-color: rgb(0,222,175); }
div.DivClassName
{
background-color: #00DEAF;
}
.BgClassName
{
background-color: #00DEAF;
}
</style>
border-color css
<style>
span { border-color: #00DEAF; }
span { border-color: rgb(0,222,175); }
td.TdClassName
{
border-color: #00DEAF;
}
.TagClassName
{
border-color: #00DEAF;
}
</style>