Shades of Caribbean Green #00C4AC
Tints of Caribbean Green #00C4AC
RGB
CMYK
RGB Variations
Color information
#00C4AC (or 0x00C4AC) is known color: Caribbean Green. HEX triplet: 00, C4 and AC. RGB value is (0,196,172). Sum of RGB (Red+Green+Blue) = 0+196+172=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #00C4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C4AC is #FF3B53. Grayscale: #868686. Windows color (decimal): -16726868 or 11322368. OLE color: 11322368.
HSL color Cylindrical-coordinate representation of color #00C4AC: hue angle of 172.65º 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 #00C4AC is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 172 | - |
| CMYK | 1 | 0 | 0.12 | 0.23 |
| HSL | 172.65º | 1% | 0.38% | - |
| HSV(B) | 172.65º | 1% | 0.77% | - |
| XYZ | 27.19 | 42.46 | 45.79 | - |
| YUV | 134.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 172 | 1 | 0 | 0.12 | 0.23 | 172.65 | 1 | 0.38 |
| Hex | 0 | C4 | AC | 64 | 0 | C | 17 | AD | 64 | 26 |
| Octal | 0 | 304 | 254 | 144 | 0 | 14 | 27 | 255 | 144 | 46 |
| Binary | 0 | 11000100 | 10101100 | 1100100 | 0 | 1100 | 10111 | 10101101 | 1100100 | 100110 |
Color Harmonies of #00C4AC
Complementary color
Monochromatic Colors of #00C4AC
Black with #00C4AC
Text Example
Text Example
White with #00C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C4AC; }
p { color: rgb(0,196,172); }
H1.HeaderClassName
{
color: #00C4AC;
}
.AnyTagClassName
{
color: #00C4AC;
}
</style>
background-color css
<style>
a { background-color: #00C4AC; }
a { background-color: rgb(0,196,172); }
div.DivClassName
{
background-color: #00C4AC;
}
.BgClassName
{
background-color: #00C4AC;
}
</style>
border-color css
<style>
span { border-color: #00C4AC; }
span { border-color: rgb(0,196,172); }
td.TdClassName
{
border-color: #00C4AC;
}
.TagClassName
{
border-color: #00C4AC;
}
</style>