Shades of Caribbean Green #00C5A1
Tints of Caribbean Green #00C5A1
RGB
CMYK
RGB Variations
Color information
#00C5A1 (or 0x00C5A1) is known color: Caribbean Green. HEX triplet: 00, C5 and A1. RGB value is (0,197,161). Sum of RGB (Red+Green+Blue) = 0+197+161=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #00C5A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C5A1 is #FF3A5E. Grayscale: #858585. Windows color (decimal): -16726623 or 10601728. OLE color: 10601728.
HSL color Cylindrical-coordinate representation of color #00C5A1: hue angle of 169.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C5A1 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 161 | - |
| CMYK | 1 | 0 | 0.18 | 0.23 |
| HSL | 169.04º | 1% | 0.39% | - |
| HSV(B) | 169.04º | 1% | 0.77% | - |
| XYZ | 26.4 | 42.51 | 40.53 | - |
| YUV | 133.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 161 | 1 | 0 | 0.18 | 0.23 | 169.04 | 1 | 0.39 |
| Hex | 0 | C5 | A1 | 64 | 0 | 12 | 17 | A9 | 64 | 27 |
| Octal | 0 | 305 | 241 | 144 | 0 | 22 | 27 | 251 | 144 | 47 |
| Binary | 0 | 11000101 | 10100001 | 1100100 | 0 | 10010 | 10111 | 10101001 | 1100100 | 100111 |
Color Harmonies of #00C5A1
Complementary color
Monochromatic Colors of #00C5A1
Black with #00C5A1
Text Example
Text Example
White with #00C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5A1; }
p { color: rgb(0,197,161); }
H1.HeaderClassName
{
color: #00C5A1;
}
.AnyTagClassName
{
color: #00C5A1;
}
</style>
background-color css
<style>
a { background-color: #00C5A1; }
a { background-color: rgb(0,197,161); }
div.DivClassName
{
background-color: #00C5A1;
}
.BgClassName
{
background-color: #00C5A1;
}
</style>
border-color css
<style>
span { border-color: #00C5A1; }
span { border-color: rgb(0,197,161); }
td.TdClassName
{
border-color: #00C5A1;
}
.TagClassName
{
border-color: #00C5A1;
}
</style>