Shades of Caribbean Green #05BCAC
Tints of Caribbean Green #05BCAC
RGB
CMYK
RGB Variations
Color information
#05BCAC (or 0x05BCAC) is known color: Caribbean Green. HEX triplet: 05, BC and AC. RGB value is (5,188,172). Sum of RGB (Red+Green+Blue) = 5+188+172=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #05BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BCAC is #FA4353. Grayscale: #838383. Windows color (decimal): -16401236 or 11320325. OLE color: 11320325.
HSL color Cylindrical-coordinate representation of color #05BCAC: hue angle of 174.75º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCAC is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 172 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.26 |
| HSL | 174.75º | 0.95% | 0.38% | - |
| HSV(B) | 174.75º | 0.97% | 0.74% | - |
| XYZ | 25.49 | 38.98 | 45.21 | - |
| YUV | 131.46 | 150.87 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 172 | 0.97 | 0 | 0.09 | 0.26 | 174.75 | 0.95 | 0.38 |
| Hex | 5 | BC | AC | 61 | 0 | 9 | 1A | AF | 5F | 26 |
| Octal | 5 | 274 | 254 | 141 | 0 | 11 | 32 | 257 | 137 | 46 |
| Binary | 101 | 10111100 | 10101100 | 1100001 | 0 | 1001 | 11010 | 10101111 | 1011111 | 100110 |
Color Harmonies of #05BCAC
Complementary color
Monochromatic Colors of #05BCAC
Black with #05BCAC
Text Example
Text Example
White with #05BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCAC; }
p { color: rgb(5,188,172); }
H1.HeaderClassName
{
color: #05BCAC;
}
.AnyTagClassName
{
color: #05BCAC;
}
</style>
background-color css
<style>
a { background-color: #05BCAC; }
a { background-color: rgb(5,188,172); }
div.DivClassName
{
background-color: #05BCAC;
}
.BgClassName
{
background-color: #05BCAC;
}
</style>
border-color css
<style>
span { border-color: #05BCAC; }
span { border-color: rgb(5,188,172); }
td.TdClassName
{
border-color: #05BCAC;
}
.TagClassName
{
border-color: #05BCAC;
}
</style>