Shades of Caribbean Green #05CA7E
Tints of Caribbean Green #05CA7E
RGB
CMYK
RGB Variations
Color information
#05CA7E (or 0x05CA7E) is known color: Caribbean Green. HEX triplet: 05, CA and 7E. RGB value is (5,202,126). Sum of RGB (Red+Green+Blue) = 5+202+126=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA7E is #FA3581. Grayscale: #868686. Windows color (decimal): -16397698 or 8309253. OLE color: 8309253.
HSL color Cylindrical-coordinate representation of color #05CA7E: hue angle of 156.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA7E is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 126 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.21 |
| HSL | 156.85º | 0.95% | 0.41% | - |
| HSV(B) | 156.85º | 0.98% | 0.79% | - |
| XYZ | 24.95 | 43.78 | 26.87 | - |
| YUV | 134.43 | 123.23 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 126 | 0.98 | 0 | 0.38 | 0.21 | 156.85 | 0.95 | 0.41 |
| Hex | 5 | CA | 7E | 62 | 0 | 26 | 15 | 9D | 5F | 29 |
| Octal | 5 | 312 | 176 | 142 | 0 | 46 | 25 | 235 | 137 | 51 |
| Binary | 101 | 11001010 | 1111110 | 1100010 | 0 | 100110 | 10101 | 10011101 | 1011111 | 101001 |
Color Harmonies of #05CA7E
Complementary color
Monochromatic Colors of #05CA7E
Black with #05CA7E
Text Example
Text Example
White with #05CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA7E; }
p { color: rgb(5,202,126); }
H1.HeaderClassName
{
color: #05CA7E;
}
.AnyTagClassName
{
color: #05CA7E;
}
</style>
background-color css
<style>
a { background-color: #05CA7E; }
a { background-color: rgb(5,202,126); }
div.DivClassName
{
background-color: #05CA7E;
}
.BgClassName
{
background-color: #05CA7E;
}
</style>
border-color css
<style>
span { border-color: #05CA7E; }
span { border-color: rgb(5,202,126); }
td.TdClassName
{
border-color: #05CA7E;
}
.TagClassName
{
border-color: #05CA7E;
}
</style>