Shades of Caribbean Green #05BDA3
Tints of Caribbean Green #05BDA3
RGB
CMYK
RGB Variations
Color information
#05BDA3 (or 0x05BDA3) is known color: Caribbean Green. HEX triplet: 05, BD and A3. RGB value is (5,189,163). Sum of RGB (Red+Green+Blue) = 5+189+163=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #05BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BDA3 is #FA425C. Grayscale: #828282. Windows color (decimal): -16400989 or 10730757. OLE color: 10730757.
HSL color Cylindrical-coordinate representation of color #05BDA3: hue angle of 171.52º 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 #05BDA3 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 163 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.26 |
| HSL | 171.52º | 0.95% | 0.38% | - |
| HSV(B) | 171.52º | 0.97% | 0.74% | - |
| XYZ | 24.87 | 39.07 | 40.88 | - |
| YUV | 131.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 163 | 0.97 | 0 | 0.14 | 0.26 | 171.52 | 0.95 | 0.38 |
| Hex | 5 | BD | A3 | 61 | 0 | E | 1A | AC | 5F | 26 |
| Octal | 5 | 275 | 243 | 141 | 0 | 16 | 32 | 254 | 137 | 46 |
| Binary | 101 | 10111101 | 10100011 | 1100001 | 0 | 1110 | 11010 | 10101100 | 1011111 | 100110 |
Color Harmonies of #05BDA3
Complementary color
Monochromatic Colors of #05BDA3
Black with #05BDA3
Text Example
Text Example
White with #05BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDA3; }
p { color: rgb(5,189,163); }
H1.HeaderClassName
{
color: #05BDA3;
}
.AnyTagClassName
{
color: #05BDA3;
}
</style>
background-color css
<style>
a { background-color: #05BDA3; }
a { background-color: rgb(5,189,163); }
div.DivClassName
{
background-color: #05BDA3;
}
.BgClassName
{
background-color: #05BDA3;
}
</style>
border-color css
<style>
span { border-color: #05BDA3; }
span { border-color: rgb(5,189,163); }
td.TdClassName
{
border-color: #05BDA3;
}
.TagClassName
{
border-color: #05BDA3;
}
</style>