Shades of Caribbean Green #05C5AD
Tints of Caribbean Green #05C5AD
RGB
CMYK
RGB Variations
Color information
#05C5AD (or 0x05C5AD) is known color: Caribbean Green. HEX triplet: 05, C5 and AD. RGB value is (5,197,173). Sum of RGB (Red+Green+Blue) = 5+197+173=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #05C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C5AD is #FA3A52. Grayscale: #888888. Windows color (decimal): -16398931 or 11388165. OLE color: 11388165.
HSL color Cylindrical-coordinate representation of color #05C5AD: hue angle of 172.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C5AD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 173 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.23 |
| HSL | 172.5º | 0.95% | 0.4% | - |
| HSV(B) | 172.5º | 0.97% | 0.77% | - |
| XYZ | 27.57 | 42.98 | 46.38 | - |
| YUV | 136.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 173 | 0.97 | 0 | 0.12 | 0.23 | 172.5 | 0.95 | 0.4 |
| Hex | 5 | C5 | AD | 61 | 0 | C | 17 | AC | 5F | 28 |
| Octal | 5 | 305 | 255 | 141 | 0 | 14 | 27 | 254 | 137 | 50 |
| Binary | 101 | 11000101 | 10101101 | 1100001 | 0 | 1100 | 10111 | 10101100 | 1011111 | 101000 |
Color Harmonies of #05C5AD
Complementary color
Monochromatic Colors of #05C5AD
Black with #05C5AD
Text Example
Text Example
White with #05C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C5AD; }
p { color: rgb(5,197,173); }
H1.HeaderClassName
{
color: #05C5AD;
}
.AnyTagClassName
{
color: #05C5AD;
}
</style>
background-color css
<style>
a { background-color: #05C5AD; }
a { background-color: rgb(5,197,173); }
div.DivClassName
{
background-color: #05C5AD;
}
.BgClassName
{
background-color: #05C5AD;
}
</style>
border-color css
<style>
span { border-color: #05C5AD; }
span { border-color: rgb(5,197,173); }
td.TdClassName
{
border-color: #05C5AD;
}
.TagClassName
{
border-color: #05C5AD;
}
</style>