Shades of Caribbean Green #00C5AD
Tints of Caribbean Green #00C5AD
RGB
CMYK
RGB Variations
Color information
#00C5AD (or 0x00C5AD) is known color: Caribbean Green. HEX triplet: 00, C5 and AD. RGB value is (0,197,173). Sum of RGB (Red+Green+Blue) = 0+197+173=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #00C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C5AD is #FF3A52. Grayscale: #878787. Windows color (decimal): -16726611 or 11388160. OLE color: 11388160.
HSL color Cylindrical-coordinate representation of color #00C5AD: hue angle of 172.69º 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 #00C5AD is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 173 | - |
| CMYK | 1 | 0 | 0.12 | 0.23 |
| HSL | 172.69º | 1% | 0.39% | - |
| HSV(B) | 172.69º | 1% | 0.77% | - |
| XYZ | 27.51 | 42.95 | 46.38 | - |
| YUV | 135.36 | 149.23 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 173 | 1 | 0 | 0.12 | 0.23 | 172.69 | 1 | 0.39 |
| Hex | 0 | C5 | AD | 64 | 0 | C | 17 | AD | 64 | 27 |
| Octal | 0 | 305 | 255 | 144 | 0 | 14 | 27 | 255 | 144 | 47 |
| Binary | 0 | 11000101 | 10101101 | 1100100 | 0 | 1100 | 10111 | 10101101 | 1100100 | 100111 |
Color Harmonies of #00C5AD
Complementary color
Monochromatic Colors of #00C5AD
Black with #00C5AD
Text Example
Text Example
White with #00C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5AD; }
p { color: rgb(0,197,173); }
H1.HeaderClassName
{
color: #00C5AD;
}
.AnyTagClassName
{
color: #00C5AD;
}
</style>
background-color css
<style>
a { background-color: #00C5AD; }
a { background-color: rgb(0,197,173); }
div.DivClassName
{
background-color: #00C5AD;
}
.BgClassName
{
background-color: #00C5AD;
}
</style>
border-color css
<style>
span { border-color: #00C5AD; }
span { border-color: rgb(0,197,173); }
td.TdClassName
{
border-color: #00C5AD;
}
.TagClassName
{
border-color: #00C5AD;
}
</style>