Shades of Caribbean Green #05BA9C
Tints of Caribbean Green #05BA9C
RGB
CMYK
RGB Variations
Color information
#05BA9C (or 0x05BA9C) is known color: Caribbean Green. HEX triplet: 05, BA and 9C. RGB value is (5,186,156). Sum of RGB (Red+Green+Blue) = 5+186+156=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA9C is #FA4563. Grayscale: #808080. Windows color (decimal): -16401764 or 10271237. OLE color: 10271237.
HSL color Cylindrical-coordinate representation of color #05BA9C: hue angle of 170.06º 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 #05BA9C is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 156 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.27 |
| HSL | 170.06º | 0.95% | 0.37% | - |
| HSV(B) | 170.06º | 0.97% | 0.73% | - |
| XYZ | 23.62 | 37.55 | 37.46 | - |
| YUV | 128.46 | 143.53 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 156 | 0.97 | 0 | 0.16 | 0.27 | 170.06 | 0.95 | 0.37 |
| Hex | 5 | BA | 9C | 61 | 0 | 10 | 1B | AA | 5F | 25 |
| Octal | 5 | 272 | 234 | 141 | 0 | 20 | 33 | 252 | 137 | 45 |
| Binary | 101 | 10111010 | 10011100 | 1100001 | 0 | 10000 | 11011 | 10101010 | 1011111 | 100101 |
Color Harmonies of #05BA9C
Complementary color
Monochromatic Colors of #05BA9C
Black with #05BA9C
Text Example
Text Example
White with #05BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA9C; }
p { color: rgb(5,186,156); }
H1.HeaderClassName
{
color: #05BA9C;
}
.AnyTagClassName
{
color: #05BA9C;
}
</style>
background-color css
<style>
a { background-color: #05BA9C; }
a { background-color: rgb(5,186,156); }
div.DivClassName
{
background-color: #05BA9C;
}
.BgClassName
{
background-color: #05BA9C;
}
</style>
border-color css
<style>
span { border-color: #05BA9C; }
span { border-color: rgb(5,186,156); }
td.TdClassName
{
border-color: #05BA9C;
}
.TagClassName
{
border-color: #05BA9C;
}
</style>