Shades of Puerto Rico #46BCAE
Tints of Puerto Rico #46BCAE
RGB
CMYK
RGB Variations
Color information
#46BCAE (or 0x46BCAE) is known color: Puerto Rico. HEX triplet: 46, BC and AE. RGB value is (70,188,174). Sum of RGB (Red+Green+Blue) = 70+188+174=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #46BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BCAE is #B94351. Grayscale: #979797. Windows color (decimal): -12141394 or 11451462. OLE color: 11451462.
HSL color Cylindrical-coordinate representation of color #46BCAE: hue angle of 172.88º 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 #46BCAE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 174 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.26 |
| HSL | 172.88º | 0.47% | 0.51% | - |
| HSV(B) | 172.88º | 0.63% | 0.74% | - |
| XYZ | 28.15 | 40.32 | 46.34 | - |
| YUV | 151.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 174 | 0.63 | 0 | 0.07 | 0.26 | 172.88 | 0.47 | 0.51 |
| Hex | 46 | BC | AE | 3F | 0 | 7 | 1A | AD | 2F | 33 |
| Octal | 106 | 274 | 256 | 77 | 0 | 7 | 32 | 255 | 57 | 63 |
| Binary | 1000110 | 10111100 | 10101110 | 111111 | 0 | 111 | 11010 | 10101101 | 101111 | 110011 |
Color Harmonies of #46BCAE
Complementary color
Monochromatic Colors of #46BCAE
Black with #46BCAE
Text Example
Text Example
White with #46BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCAE; }
p { color: rgb(70,188,174); }
H1.HeaderClassName
{
color: #46BCAE;
}
.AnyTagClassName
{
color: #46BCAE;
}
</style>
background-color css
<style>
a { background-color: #46BCAE; }
a { background-color: rgb(70,188,174); }
div.DivClassName
{
background-color: #46BCAE;
}
.BgClassName
{
background-color: #46BCAE;
}
</style>
border-color css
<style>
span { border-color: #46BCAE; }
span { border-color: rgb(70,188,174); }
td.TdClassName
{
border-color: #46BCAE;
}
.TagClassName
{
border-color: #46BCAE;
}
</style>