Shades of Caribbean Green #05BFB0
Tints of Caribbean Green #05BFB0
RGB
CMYK
RGB Variations
Color information
#05BFB0 (or 0x05BFB0) is known color: Caribbean Green. HEX triplet: 05, BF and B0. RGB value is (5,191,176). Sum of RGB (Red+Green+Blue) = 5+191+176=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BFB0 is #FA404F. Grayscale: #858585. Windows color (decimal): -16400464 or 11583237. OLE color: 11583237.
HSL color Cylindrical-coordinate representation of color #05BFB0: hue angle of 175.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BFB0 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 191 | 176 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.25 |
| HSL | 175.16º | 0.95% | 0.38% | - |
| HSV(B) | 175.16º | 0.97% | 0.75% | - |
| XYZ | 26.53 | 40.43 | 47.48 | - |
| YUV | 133.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 176 | 0.97 | 0 | 0.08 | 0.25 | 175.16 | 0.95 | 0.38 |
| Hex | 5 | BF | B0 | 61 | 0 | 8 | 19 | AF | 5F | 26 |
| Octal | 5 | 277 | 260 | 141 | 0 | 10 | 31 | 257 | 137 | 46 |
| Binary | 101 | 10111111 | 10110000 | 1100001 | 0 | 1000 | 11001 | 10101111 | 1011111 | 100110 |
Color Harmonies of #05BFB0
Complementary color
Monochromatic Colors of #05BFB0
Black with #05BFB0
Text Example
Text Example
White with #05BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFB0; }
p { color: rgb(5,191,176); }
H1.HeaderClassName
{
color: #05BFB0;
}
.AnyTagClassName
{
color: #05BFB0;
}
</style>
background-color css
<style>
a { background-color: #05BFB0; }
a { background-color: rgb(5,191,176); }
div.DivClassName
{
background-color: #05BFB0;
}
.BgClassName
{
background-color: #05BFB0;
}
</style>
border-color css
<style>
span { border-color: #05BFB0; }
span { border-color: rgb(5,191,176); }
td.TdClassName
{
border-color: #05BFB0;
}
.TagClassName
{
border-color: #05BFB0;
}
</style>