Shades of Caribbean Green #05BA9A
Tints of Caribbean Green #05BA9A
RGB
CMYK
RGB Variations
Color information
#05BA9A (or 0x05BA9A) is known color: Caribbean Green. HEX triplet: 05, BA and 9A. RGB value is (5,186,154). Sum of RGB (Red+Green+Blue) = 5+186+154=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA9A is #FA4565. Grayscale: #808080. Windows color (decimal): -16401766 or 10140165. OLE color: 10140165.
HSL color Cylindrical-coordinate representation of color #05BA9A: hue angle of 169.39º 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 #05BA9A is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 154 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.27 |
| HSL | 169.39º | 0.95% | 0.37% | - |
| HSV(B) | 169.39º | 0.97% | 0.73% | - |
| XYZ | 23.45 | 37.48 | 36.57 | - |
| YUV | 128.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 154 | 0.97 | 0 | 0.17 | 0.27 | 169.39 | 0.95 | 0.37 |
| Hex | 5 | BA | 9A | 61 | 0 | 11 | 1B | A9 | 5F | 25 |
| Octal | 5 | 272 | 232 | 141 | 0 | 21 | 33 | 251 | 137 | 45 |
| Binary | 101 | 10111010 | 10011010 | 1100001 | 0 | 10001 | 11011 | 10101001 | 1011111 | 100101 |
Color Harmonies of #05BA9A
Complementary color
Monochromatic Colors of #05BA9A
Black with #05BA9A
Text Example
Text Example
White with #05BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA9A; }
p { color: rgb(5,186,154); }
H1.HeaderClassName
{
color: #05BA9A;
}
.AnyTagClassName
{
color: #05BA9A;
}
</style>
background-color css
<style>
a { background-color: #05BA9A; }
a { background-color: rgb(5,186,154); }
div.DivClassName
{
background-color: #05BA9A;
}
.BgClassName
{
background-color: #05BA9A;
}
</style>
border-color css
<style>
span { border-color: #05BA9A; }
span { border-color: rgb(5,186,154); }
td.TdClassName
{
border-color: #05BA9A;
}
.TagClassName
{
border-color: #05BA9A;
}
</style>