Shades of Caribbean Green #05C4AD
Tints of Caribbean Green #05C4AD
RGB
CMYK
RGB Variations
Color information
#05C4AD (or 0x05C4AD) is known color: Caribbean Green. HEX triplet: 05, C4 and AD. RGB value is (5,196,173). Sum of RGB (Red+Green+Blue) = 5+196+173=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #05C4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C4AD is #FA3B52. Grayscale: #888888. Windows color (decimal): -16399187 or 11387909. OLE color: 11387909.
HSL color Cylindrical-coordinate representation of color #05C4AD: hue angle of 172.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C4AD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 196 | 173 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.23 |
| HSL | 172.77º | 0.95% | 0.39% | - |
| HSV(B) | 172.77º | 0.97% | 0.77% | - |
| XYZ | 27.35 | 42.53 | 46.3 | - |
| YUV | 136.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 173 | 0.97 | 0 | 0.12 | 0.23 | 172.77 | 0.95 | 0.39 |
| Hex | 5 | C4 | AD | 61 | 0 | C | 17 | AD | 5F | 27 |
| Octal | 5 | 304 | 255 | 141 | 0 | 14 | 27 | 255 | 137 | 47 |
| Binary | 101 | 11000100 | 10101101 | 1100001 | 0 | 1100 | 10111 | 10101101 | 1011111 | 100111 |
Color Harmonies of #05C4AD
Complementary color
Monochromatic Colors of #05C4AD
Black with #05C4AD
Text Example
Text Example
White with #05C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C4AD; }
p { color: rgb(5,196,173); }
H1.HeaderClassName
{
color: #05C4AD;
}
.AnyTagClassName
{
color: #05C4AD;
}
</style>
background-color css
<style>
a { background-color: #05C4AD; }
a { background-color: rgb(5,196,173); }
div.DivClassName
{
background-color: #05C4AD;
}
.BgClassName
{
background-color: #05C4AD;
}
</style>
border-color css
<style>
span { border-color: #05C4AD; }
span { border-color: rgb(5,196,173); }
td.TdClassName
{
border-color: #05C4AD;
}
.TagClassName
{
border-color: #05C4AD;
}
</style>