Shades of Caribbean Green #05BDA6
Tints of Caribbean Green #05BDA6
RGB
CMYK
RGB Variations
Color information
#05BDA6 (or 0x05BDA6) is known color: Caribbean Green. HEX triplet: 05, BD and A6. RGB value is (5,189,166). Sum of RGB (Red+Green+Blue) = 5+189+166=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #05BDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BDA6 is #FA4259. Grayscale: #838383. Windows color (decimal): -16400986 or 10927365. OLE color: 10927365.
HSL color Cylindrical-coordinate representation of color #05BDA6: hue angle of 172.5º 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 #05BDA6 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 166 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.26 |
| HSL | 172.5º | 0.95% | 0.38% | - |
| HSV(B) | 172.5º | 0.97% | 0.74% | - |
| XYZ | 25.14 | 39.18 | 42.31 | - |
| YUV | 131.36 | 147.54 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 166 | 0.97 | 0 | 0.12 | 0.26 | 172.5 | 0.95 | 0.38 |
| Hex | 5 | BD | A6 | 61 | 0 | C | 1A | AC | 5F | 26 |
| Octal | 5 | 275 | 246 | 141 | 0 | 14 | 32 | 254 | 137 | 46 |
| Binary | 101 | 10111101 | 10100110 | 1100001 | 0 | 1100 | 11010 | 10101100 | 1011111 | 100110 |
Color Harmonies of #05BDA6
Complementary color
Monochromatic Colors of #05BDA6
Black with #05BDA6
Text Example
Text Example
White with #05BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDA6; }
p { color: rgb(5,189,166); }
H1.HeaderClassName
{
color: #05BDA6;
}
.AnyTagClassName
{
color: #05BDA6;
}
</style>
background-color css
<style>
a { background-color: #05BDA6; }
a { background-color: rgb(5,189,166); }
div.DivClassName
{
background-color: #05BDA6;
}
.BgClassName
{
background-color: #05BDA6;
}
</style>
border-color css
<style>
span { border-color: #05BDA6; }
span { border-color: rgb(5,189,166); }
td.TdClassName
{
border-color: #05BDA6;
}
.TagClassName
{
border-color: #05BDA6;
}
</style>