Shades of Caribbean Green #05C095
Tints of Caribbean Green #05C095
RGB
CMYK
RGB Variations
Color information
#05C095 (or 0x05C095) is known color: Caribbean Green. HEX triplet: 05, C0 and 95. RGB value is (5,192,149). Sum of RGB (Red+Green+Blue) = 5+192+149=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #05C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C095 is #FA3F6A. Grayscale: #838383. Windows color (decimal): -16400235 or 9814021. OLE color: 9814021.
HSL color Cylindrical-coordinate representation of color #05C095: hue angle of 166.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C095 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 149 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.25 |
| HSL | 166.2º | 0.95% | 0.39% | - |
| HSV(B) | 166.2º | 0.97% | 0.75% | - |
| XYZ | 24.34 | 39.9 | 34.85 | - |
| YUV | 131.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 149 | 0.97 | 0 | 0.22 | 0.25 | 166.2 | 0.95 | 0.39 |
| Hex | 5 | C0 | 95 | 61 | 0 | 16 | 19 | A6 | 5F | 27 |
| Octal | 5 | 300 | 225 | 141 | 0 | 26 | 31 | 246 | 137 | 47 |
| Binary | 101 | 11000000 | 10010101 | 1100001 | 0 | 10110 | 11001 | 10100110 | 1011111 | 100111 |
Color Harmonies of #05C095
Complementary color
Monochromatic Colors of #05C095
Black with #05C095
Text Example
Text Example
White with #05C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C095; }
p { color: rgb(5,192,149); }
H1.HeaderClassName
{
color: #05C095;
}
.AnyTagClassName
{
color: #05C095;
}
</style>
background-color css
<style>
a { background-color: #05C095; }
a { background-color: rgb(5,192,149); }
div.DivClassName
{
background-color: #05C095;
}
.BgClassName
{
background-color: #05C095;
}
</style>
border-color css
<style>
span { border-color: #05C095; }
span { border-color: rgb(5,192,149); }
td.TdClassName
{
border-color: #05C095;
}
.TagClassName
{
border-color: #05C095;
}
</style>