Shades of Caribbean Green #05D59C
Tints of Caribbean Green #05D59C
RGB
CMYK
RGB Variations
Color information
#05D59C (or 0x05D59C) is known color: Caribbean Green. HEX triplet: 05, D5 and 9C. RGB value is (5,213,156). Sum of RGB (Red+Green+Blue) = 5+213+156=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #05D59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D59C is #FA2A63. Grayscale: #909090. Windows color (decimal): -16394852 or 10278149. OLE color: 10278149.
HSL color Cylindrical-coordinate representation of color #05D59C: hue angle of 163.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D59C is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 156 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.16 |
| HSL | 163.56º | 0.95% | 0.43% | - |
| HSV(B) | 163.56º | 0.98% | 0.84% | - |
| XYZ | 29.86 | 50.02 | 39.53 | - |
| YUV | 144.31 | 134.59 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 156 | 0.98 | 0 | 0.27 | 0.16 | 163.56 | 0.95 | 0.43 |
| Hex | 5 | D5 | 9C | 62 | 0 | 1B | 10 | A4 | 5F | 2B |
| Octal | 5 | 325 | 234 | 142 | 0 | 33 | 20 | 244 | 137 | 53 |
| Binary | 101 | 11010101 | 10011100 | 1100010 | 0 | 11011 | 10000 | 10100100 | 1011111 | 101011 |
Color Harmonies of #05D59C
Complementary color
Monochromatic Colors of #05D59C
Black with #05D59C
Text Example
Text Example
White with #05D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D59C; }
p { color: rgb(5,213,156); }
H1.HeaderClassName
{
color: #05D59C;
}
.AnyTagClassName
{
color: #05D59C;
}
</style>
background-color css
<style>
a { background-color: #05D59C; }
a { background-color: rgb(5,213,156); }
div.DivClassName
{
background-color: #05D59C;
}
.BgClassName
{
background-color: #05D59C;
}
</style>
border-color css
<style>
span { border-color: #05D59C; }
span { border-color: rgb(5,213,156); }
td.TdClassName
{
border-color: #05D59C;
}
.TagClassName
{
border-color: #05D59C;
}
</style>