Shades of Caribbean Green #05BA93
Tints of Caribbean Green #05BA93
RGB
CMYK
RGB Variations
Color information
#05BA93 (or 0x05BA93) is known color: Caribbean Green. HEX triplet: 05, BA and 93. RGB value is (5,186,147). Sum of RGB (Red+Green+Blue) = 5+186+147=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA93 is #FA456C. Grayscale: #7F7F7F. Windows color (decimal): -16401773 or 9681413. OLE color: 9681413.
HSL color Cylindrical-coordinate representation of color #05BA93: hue angle of 167.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA93 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 147 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.27 |
| HSL | 167.07º | 0.95% | 0.37% | - |
| HSV(B) | 167.07º | 0.97% | 0.73% | - |
| XYZ | 22.89 | 37.26 | 33.59 | - |
| YUV | 127.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 147 | 0.97 | 0 | 0.21 | 0.27 | 167.07 | 0.95 | 0.37 |
| Hex | 5 | BA | 93 | 61 | 0 | 15 | 1B | A7 | 5F | 25 |
| Octal | 5 | 272 | 223 | 141 | 0 | 25 | 33 | 247 | 137 | 45 |
| Binary | 101 | 10111010 | 10010011 | 1100001 | 0 | 10101 | 11011 | 10100111 | 1011111 | 100101 |
Color Harmonies of #05BA93
Complementary color
Monochromatic Colors of #05BA93
Black with #05BA93
Text Example
Text Example
White with #05BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA93; }
p { color: rgb(5,186,147); }
H1.HeaderClassName
{
color: #05BA93;
}
.AnyTagClassName
{
color: #05BA93;
}
</style>
background-color css
<style>
a { background-color: #05BA93; }
a { background-color: rgb(5,186,147); }
div.DivClassName
{
background-color: #05BA93;
}
.BgClassName
{
background-color: #05BA93;
}
</style>
border-color css
<style>
span { border-color: #05BA93; }
span { border-color: rgb(5,186,147); }
td.TdClassName
{
border-color: #05BA93;
}
.TagClassName
{
border-color: #05BA93;
}
</style>