Shades of Caribbean Green #05C893
Tints of Caribbean Green #05C893
RGB
CMYK
RGB Variations
Color information
#05C893 (or 0x05C893) is known color: Caribbean Green. HEX triplet: 05, C8 and 93. RGB value is (5,200,147). Sum of RGB (Red+Green+Blue) = 5+200+147=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #05C893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C893 is #FA376C. Grayscale: #878787. Windows color (decimal): -16398189 or 9684997. OLE color: 9684997.
HSL color Cylindrical-coordinate representation of color #05C893: hue angle of 163.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C893 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 147 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.22 |
| HSL | 163.69º | 0.95% | 0.4% | - |
| HSV(B) | 163.69º | 0.98% | 0.78% | - |
| XYZ | 25.98 | 43.45 | 34.62 | - |
| YUV | 135.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 147 | 0.98 | 0 | 0.26 | 0.22 | 163.69 | 0.95 | 0.4 |
| Hex | 5 | C8 | 93 | 62 | 0 | 1A | 16 | A4 | 5F | 28 |
| Octal | 5 | 310 | 223 | 142 | 0 | 32 | 26 | 244 | 137 | 50 |
| Binary | 101 | 11001000 | 10010011 | 1100010 | 0 | 11010 | 10110 | 10100100 | 1011111 | 101000 |
Color Harmonies of #05C893
Complementary color
Monochromatic Colors of #05C893
Black with #05C893
Text Example
Text Example
White with #05C893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C893; }
p { color: rgb(5,200,147); }
H1.HeaderClassName
{
color: #05C893;
}
.AnyTagClassName
{
color: #05C893;
}
</style>
background-color css
<style>
a { background-color: #05C893; }
a { background-color: rgb(5,200,147); }
div.DivClassName
{
background-color: #05C893;
}
.BgClassName
{
background-color: #05C893;
}
</style>
border-color css
<style>
span { border-color: #05C893; }
span { border-color: rgb(5,200,147); }
td.TdClassName
{
border-color: #05C893;
}
.TagClassName
{
border-color: #05C893;
}
</style>