Shades of Caribbean Green #05CA8D
Tints of Caribbean Green #05CA8D
RGB
CMYK
RGB Variations
Color information
#05CA8D (or 0x05CA8D) is known color: Caribbean Green. HEX triplet: 05, CA and 8D. RGB value is (5,202,141). Sum of RGB (Red+Green+Blue) = 5+202+141=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA8D is #FA3572. Grayscale: #888888. Windows color (decimal): -16397683 or 9292293. OLE color: 9292293.
HSL color Cylindrical-coordinate representation of color #05CA8D: hue angle of 161.42º 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 #05CA8D is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 141 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.21 |
| HSL | 161.42º | 0.95% | 0.41% | - |
| HSV(B) | 161.42º | 0.98% | 0.79% | - |
| XYZ | 25.99 | 44.2 | 32.36 | - |
| YUV | 136.14 | 130.73 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 141 | 0.98 | 0 | 0.30 | 0.21 | 161.42 | 0.95 | 0.41 |
| Hex | 5 | CA | 8D | 62 | 0 | 1E | 15 | A1 | 5F | 29 |
| Octal | 5 | 312 | 215 | 142 | 0 | 36 | 25 | 241 | 137 | 51 |
| Binary | 101 | 11001010 | 10001101 | 1100010 | 0 | 11110 | 10101 | 10100001 | 1011111 | 101001 |
Color Harmonies of #05CA8D
Complementary color
Monochromatic Colors of #05CA8D
Black with #05CA8D
Text Example
Text Example
White with #05CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA8D; }
p { color: rgb(5,202,141); }
H1.HeaderClassName
{
color: #05CA8D;
}
.AnyTagClassName
{
color: #05CA8D;
}
</style>
background-color css
<style>
a { background-color: #05CA8D; }
a { background-color: rgb(5,202,141); }
div.DivClassName
{
background-color: #05CA8D;
}
.BgClassName
{
background-color: #05CA8D;
}
</style>
border-color css
<style>
span { border-color: #05CA8D; }
span { border-color: rgb(5,202,141); }
td.TdClassName
{
border-color: #05CA8D;
}
.TagClassName
{
border-color: #05CA8D;
}
</style>