Shades of Caribbean Green #05CA98
Tints of Caribbean Green #05CA98
RGB
CMYK
RGB Variations
Color information
#05CA98 (or 0x05CA98) is known color: Caribbean Green. HEX triplet: 05, CA and 98. RGB value is (5,202,152). Sum of RGB (Red+Green+Blue) = 5+202+152=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA98 is #FA3567. Grayscale: #898989. Windows color (decimal): -16397672 or 10013189. OLE color: 10013189.
HSL color Cylindrical-coordinate representation of color #05CA98: hue angle of 164.77º 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 #05CA98 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 152 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.21 |
| HSL | 164.77º | 0.95% | 0.41% | - |
| HSV(B) | 164.77º | 0.98% | 0.79% | - |
| XYZ | 26.85 | 44.54 | 36.89 | - |
| YUV | 137.4 | 136.23 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 152 | 0.98 | 0 | 0.25 | 0.21 | 164.77 | 0.95 | 0.41 |
| Hex | 5 | CA | 98 | 62 | 0 | 19 | 15 | A5 | 5F | 29 |
| Octal | 5 | 312 | 230 | 142 | 0 | 31 | 25 | 245 | 137 | 51 |
| Binary | 101 | 11001010 | 10011000 | 1100010 | 0 | 11001 | 10101 | 10100101 | 1011111 | 101001 |
Color Harmonies of #05CA98
Complementary color
Monochromatic Colors of #05CA98
Black with #05CA98
Text Example
Text Example
White with #05CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA98; }
p { color: rgb(5,202,152); }
H1.HeaderClassName
{
color: #05CA98;
}
.AnyTagClassName
{
color: #05CA98;
}
</style>
background-color css
<style>
a { background-color: #05CA98; }
a { background-color: rgb(5,202,152); }
div.DivClassName
{
background-color: #05CA98;
}
.BgClassName
{
background-color: #05CA98;
}
</style>
border-color css
<style>
span { border-color: #05CA98; }
span { border-color: rgb(5,202,152); }
td.TdClassName
{
border-color: #05CA98;
}
.TagClassName
{
border-color: #05CA98;
}
</style>