Shades of Caribbean Green #00C4AD
Tints of Caribbean Green #00C4AD
RGB
CMYK
RGB Variations
Color information
#00C4AD (or 0x00C4AD) is known color: Caribbean Green. HEX triplet: 00, C4 and AD. RGB value is (0,196,173). Sum of RGB (Red+Green+Blue) = 0+196+173=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #00C4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C4AD is #FF3B52. Grayscale: #868686. Windows color (decimal): -16726867 or 11387904. OLE color: 11387904.
HSL color Cylindrical-coordinate representation of color #00C4AD: hue angle of 172.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C4AD is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 173 | - |
| CMYK | 1 | 0 | 0.12 | 0.23 |
| HSL | 172.96º | 1% | 0.38% | - |
| HSV(B) | 172.96º | 1% | 0.77% | - |
| XYZ | 27.28 | 42.5 | 46.3 | - |
| YUV | 134.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 173 | 1 | 0 | 0.12 | 0.23 | 172.96 | 1 | 0.38 |
| Hex | 0 | C4 | AD | 64 | 0 | C | 17 | AD | 64 | 26 |
| Octal | 0 | 304 | 255 | 144 | 0 | 14 | 27 | 255 | 144 | 46 |
| Binary | 0 | 11000100 | 10101101 | 1100100 | 0 | 1100 | 10111 | 10101101 | 1100100 | 100110 |
Color Harmonies of #00C4AD
Complementary color
Monochromatic Colors of #00C4AD
Black with #00C4AD
Text Example
Text Example
White with #00C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C4AD; }
p { color: rgb(0,196,173); }
H1.HeaderClassName
{
color: #00C4AD;
}
.AnyTagClassName
{
color: #00C4AD;
}
</style>
background-color css
<style>
a { background-color: #00C4AD; }
a { background-color: rgb(0,196,173); }
div.DivClassName
{
background-color: #00C4AD;
}
.BgClassName
{
background-color: #00C4AD;
}
</style>
border-color css
<style>
span { border-color: #00C4AD; }
span { border-color: rgb(0,196,173); }
td.TdClassName
{
border-color: #00C4AD;
}
.TagClassName
{
border-color: #00C4AD;
}
</style>