Shades of Caribbean Green #05BA91
Tints of Caribbean Green #05BA91
RGB
CMYK
RGB Variations
Color information
#05BA91 (or 0x05BA91) is known color: Caribbean Green. HEX triplet: 05, BA and 91. RGB value is (5,186,145). Sum of RGB (Red+Green+Blue) = 5+186+145=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA91 is #FA456E. Grayscale: #7F7F7F. Windows color (decimal): -16401775 or 9550341. OLE color: 9550341.
HSL color Cylindrical-coordinate representation of color #05BA91: hue angle of 166.41º 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 #05BA91 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 145 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.27 |
| HSL | 166.41º | 0.95% | 0.37% | - |
| HSV(B) | 166.41º | 0.97% | 0.73% | - |
| XYZ | 22.73 | 37.19 | 32.77 | - |
| YUV | 127.21 | 138.03 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 145 | 0.97 | 0 | 0.22 | 0.27 | 166.41 | 0.95 | 0.37 |
| Hex | 5 | BA | 91 | 61 | 0 | 16 | 1B | A6 | 5F | 25 |
| Octal | 5 | 272 | 221 | 141 | 0 | 26 | 33 | 246 | 137 | 45 |
| Binary | 101 | 10111010 | 10010001 | 1100001 | 0 | 10110 | 11011 | 10100110 | 1011111 | 100101 |
Color Harmonies of #05BA91
Complementary color
Monochromatic Colors of #05BA91
Black with #05BA91
Text Example
Text Example
White with #05BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA91; }
p { color: rgb(5,186,145); }
H1.HeaderClassName
{
color: #05BA91;
}
.AnyTagClassName
{
color: #05BA91;
}
</style>
background-color css
<style>
a { background-color: #05BA91; }
a { background-color: rgb(5,186,145); }
div.DivClassName
{
background-color: #05BA91;
}
.BgClassName
{
background-color: #05BA91;
}
</style>
border-color css
<style>
span { border-color: #05BA91; }
span { border-color: rgb(5,186,145); }
td.TdClassName
{
border-color: #05BA91;
}
.TagClassName
{
border-color: #05BA91;
}
</style>