Shades of Caribbean Green #05C0AE
Tints of Caribbean Green #05C0AE
RGB
CMYK
RGB Variations
Color information
#05C0AE (or 0x05C0AE) is known color: Caribbean Green. HEX triplet: 05, C0 and AE. RGB value is (5,192,174). Sum of RGB (Red+Green+Blue) = 5+192+174=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #05C0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C0AE is #FA3F51. Grayscale: #858585. Windows color (decimal): -16400210 or 11452421. OLE color: 11452421.
HSL color Cylindrical-coordinate representation of color #05C0AE: hue angle of 174.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C0AE is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 174 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.25 |
| HSL | 174.22º | 0.95% | 0.39% | - |
| HSV(B) | 174.22º | 0.97% | 0.75% | - |
| XYZ | 26.55 | 40.79 | 46.52 | - |
| YUV | 134.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 174 | 0.97 | 0 | 0.09 | 0.25 | 174.22 | 0.95 | 0.39 |
| Hex | 5 | C0 | AE | 61 | 0 | 9 | 19 | AE | 5F | 27 |
| Octal | 5 | 300 | 256 | 141 | 0 | 11 | 31 | 256 | 137 | 47 |
| Binary | 101 | 11000000 | 10101110 | 1100001 | 0 | 1001 | 11001 | 10101110 | 1011111 | 100111 |
Color Harmonies of #05C0AE
Complementary color
Monochromatic Colors of #05C0AE
Black with #05C0AE
Text Example
Text Example
White with #05C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0AE; }
p { color: rgb(5,192,174); }
H1.HeaderClassName
{
color: #05C0AE;
}
.AnyTagClassName
{
color: #05C0AE;
}
</style>
background-color css
<style>
a { background-color: #05C0AE; }
a { background-color: rgb(5,192,174); }
div.DivClassName
{
background-color: #05C0AE;
}
.BgClassName
{
background-color: #05C0AE;
}
</style>
border-color css
<style>
span { border-color: #05C0AE; }
span { border-color: rgb(5,192,174); }
td.TdClassName
{
border-color: #05C0AE;
}
.TagClassName
{
border-color: #05C0AE;
}
</style>