Shades of Puerto Rico #46BCAF
Tints of Puerto Rico #46BCAF
RGB
CMYK
RGB Variations
Color information
#46BCAF (or 0x46BCAF) is known color: Puerto Rico. HEX triplet: 46, BC and AF. RGB value is (70,188,175). Sum of RGB (Red+Green+Blue) = 70+188+175=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #46BCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BCAF is #B94350. Grayscale: #979797. Windows color (decimal): -12141393 or 11516998. OLE color: 11516998.
HSL color Cylindrical-coordinate representation of color #46BCAF: hue angle of 173.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BCAF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 175 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.26 |
| HSL | 173.39º | 0.47% | 0.51% | - |
| HSV(B) | 173.39º | 0.63% | 0.74% | - |
| XYZ | 28.25 | 40.36 | 46.86 | - |
| YUV | 151.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 175 | 0.63 | 0 | 0.07 | 0.26 | 173.39 | 0.47 | 0.51 |
| Hex | 46 | BC | AF | 3F | 0 | 7 | 1A | AD | 2F | 33 |
| Octal | 106 | 274 | 257 | 77 | 0 | 7 | 32 | 255 | 57 | 63 |
| Binary | 1000110 | 10111100 | 10101111 | 111111 | 0 | 111 | 11010 | 10101101 | 101111 | 110011 |
Color Harmonies of #46BCAF
Complementary color
Monochromatic Colors of #46BCAF
Black with #46BCAF
Text Example
Text Example
White with #46BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCAF; }
p { color: rgb(70,188,175); }
H1.HeaderClassName
{
color: #46BCAF;
}
.AnyTagClassName
{
color: #46BCAF;
}
</style>
background-color css
<style>
a { background-color: #46BCAF; }
a { background-color: rgb(70,188,175); }
div.DivClassName
{
background-color: #46BCAF;
}
.BgClassName
{
background-color: #46BCAF;
}
</style>
border-color css
<style>
span { border-color: #46BCAF; }
span { border-color: rgb(70,188,175); }
td.TdClassName
{
border-color: #46BCAF;
}
.TagClassName
{
border-color: #46BCAF;
}
</style>