Shades of Caribbean Green #05CA8E
Tints of Caribbean Green #05CA8E
RGB
CMYK
RGB Variations
Color information
#05CA8E (or 0x05CA8E) is known color: Caribbean Green. HEX triplet: 05, CA and 8E. RGB value is (5,202,142). Sum of RGB (Red+Green+Blue) = 5+202+142=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA8E is #FA3571. Grayscale: #888888. Windows color (decimal): -16397682 or 9357829. OLE color: 9357829.
HSL color Cylindrical-coordinate representation of color #05CA8E: hue angle of 161.73º 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 #05CA8E is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 142 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.21 |
| HSL | 161.73º | 0.95% | 0.41% | - |
| HSV(B) | 161.73º | 0.98% | 0.79% | - |
| XYZ | 26.07 | 44.23 | 32.75 | - |
| YUV | 136.26 | 131.23 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 142 | 0.98 | 0 | 0.30 | 0.21 | 161.73 | 0.95 | 0.41 |
| Hex | 5 | CA | 8E | 62 | 0 | 1E | 15 | A2 | 5F | 29 |
| Octal | 5 | 312 | 216 | 142 | 0 | 36 | 25 | 242 | 137 | 51 |
| Binary | 101 | 11001010 | 10001110 | 1100010 | 0 | 11110 | 10101 | 10100010 | 1011111 | 101001 |
Color Harmonies of #05CA8E
Complementary color
Monochromatic Colors of #05CA8E
Black with #05CA8E
Text Example
Text Example
White with #05CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA8E; }
p { color: rgb(5,202,142); }
H1.HeaderClassName
{
color: #05CA8E;
}
.AnyTagClassName
{
color: #05CA8E;
}
</style>
background-color css
<style>
a { background-color: #05CA8E; }
a { background-color: rgb(5,202,142); }
div.DivClassName
{
background-color: #05CA8E;
}
.BgClassName
{
background-color: #05CA8E;
}
</style>
border-color css
<style>
span { border-color: #05CA8E; }
span { border-color: rgb(5,202,142); }
td.TdClassName
{
border-color: #05CA8E;
}
.TagClassName
{
border-color: #05CA8E;
}
</style>