Shades of Caribbean Green #00C2A4
Tints of Caribbean Green #00C2A4
RGB
CMYK
RGB Variations
Color information
#00C2A4 (or 0x00C2A4) is known color: Caribbean Green. HEX triplet: 00, C2 and A4. RGB value is (0,194,164). Sum of RGB (Red+Green+Blue) = 0+194+164=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2A4 is #FF3D5B. Grayscale: #848484. Windows color (decimal): -16727388 or 10797568. OLE color: 10797568.
HSL color Cylindrical-coordinate representation of color #00C2A4: hue angle of 170.72º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C2A4 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 164 | - |
| CMYK | 1 | 0 | 0.15 | 0.24 |
| HSL | 170.72º | 1% | 0.38% | - |
| HSV(B) | 170.72º | 1% | 0.76% | - |
| XYZ | 25.99 | 41.26 | 41.72 | - |
| YUV | 132.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 164 | 1 | 0 | 0.15 | 0.24 | 170.72 | 1 | 0.38 |
| Hex | 0 | C2 | A4 | 64 | 0 | F | 18 | AB | 64 | 26 |
| Octal | 0 | 302 | 244 | 144 | 0 | 17 | 30 | 253 | 144 | 46 |
| Binary | 0 | 11000010 | 10100100 | 1100100 | 0 | 1111 | 11000 | 10101011 | 1100100 | 100110 |
Color Harmonies of #00C2A4
Complementary color
Monochromatic Colors of #00C2A4
Black with #00C2A4
Text Example
Text Example
White with #00C2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2A4; }
p { color: rgb(0,194,164); }
H1.HeaderClassName
{
color: #00C2A4;
}
.AnyTagClassName
{
color: #00C2A4;
}
</style>
background-color css
<style>
a { background-color: #00C2A4; }
a { background-color: rgb(0,194,164); }
div.DivClassName
{
background-color: #00C2A4;
}
.BgClassName
{
background-color: #00C2A4;
}
</style>
border-color css
<style>
span { border-color: #00C2A4; }
span { border-color: rgb(0,194,164); }
td.TdClassName
{
border-color: #00C2A4;
}
.TagClassName
{
border-color: #00C2A4;
}
</style>