Shades of Caribbean Green #05C2AD
Tints of Caribbean Green #05C2AD
RGB
CMYK
RGB Variations
Color information
#05C2AD (or 0x05C2AD) is known color: Caribbean Green. HEX triplet: 05, C2 and AD. RGB value is (5,194,173). Sum of RGB (Red+Green+Blue) = 5+194+173=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #05C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C2AD is #FA3D52. Grayscale: #868686. Windows color (decimal): -16399699 or 11387397. OLE color: 11387397.
HSL color Cylindrical-coordinate representation of color #05C2AD: hue angle of 173.33º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C2AD is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 194 | 173 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.24 |
| HSL | 173.33º | 0.95% | 0.39% | - |
| HSV(B) | 173.33º | 0.97% | 0.76% | - |
| XYZ | 26.9 | 41.63 | 46.15 | - |
| YUV | 135.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 173 | 0.97 | 0 | 0.11 | 0.24 | 173.33 | 0.95 | 0.39 |
| Hex | 5 | C2 | AD | 61 | 0 | B | 18 | AD | 5F | 27 |
| Octal | 5 | 302 | 255 | 141 | 0 | 13 | 30 | 255 | 137 | 47 |
| Binary | 101 | 11000010 | 10101101 | 1100001 | 0 | 1011 | 11000 | 10101101 | 1011111 | 100111 |
Color Harmonies of #05C2AD
Complementary color
Monochromatic Colors of #05C2AD
Black with #05C2AD
Text Example
Text Example
White with #05C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2AD; }
p { color: rgb(5,194,173); }
H1.HeaderClassName
{
color: #05C2AD;
}
.AnyTagClassName
{
color: #05C2AD;
}
</style>
background-color css
<style>
a { background-color: #05C2AD; }
a { background-color: rgb(5,194,173); }
div.DivClassName
{
background-color: #05C2AD;
}
.BgClassName
{
background-color: #05C2AD;
}
</style>
border-color css
<style>
span { border-color: #05C2AD; }
span { border-color: rgb(5,194,173); }
td.TdClassName
{
border-color: #05C2AD;
}
.TagClassName
{
border-color: #05C2AD;
}
</style>