Shades of Puerto Rico #46BBAE
Tints of Puerto Rico #46BBAE
RGB
CMYK
RGB Variations
Color information
#46BBAE (or 0x46BBAE) is known color: Puerto Rico. HEX triplet: 46, BB and AE. RGB value is (70,187,174). Sum of RGB (Red+Green+Blue) = 70+187+174=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #46BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BBAE is #B94451. Grayscale: #969696. Windows color (decimal): -12141650 or 11451206. OLE color: 11451206.
HSL color Cylindrical-coordinate representation of color #46BBAE: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BBAE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 187 | 174 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.27 |
| HSL | 173.33º | 0.46% | 0.5% | - |
| HSV(B) | 173.33º | 0.63% | 0.73% | - |
| XYZ | 27.94 | 39.9 | 46.27 | - |
| YUV | 150.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 174 | 0.63 | 0 | 0.07 | 0.27 | 173.33 | 0.46 | 0.5 |
| Hex | 46 | BB | AE | 3F | 0 | 7 | 1B | AD | 2E | 32 |
| Octal | 106 | 273 | 256 | 77 | 0 | 7 | 33 | 255 | 56 | 62 |
| Binary | 1000110 | 10111011 | 10101110 | 111111 | 0 | 111 | 11011 | 10101101 | 101110 | 110010 |
Color Harmonies of #46BBAE
Complementary color
Monochromatic Colors of #46BBAE
Black with #46BBAE
Text Example
Text Example
White with #46BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBAE; }
p { color: rgb(70,187,174); }
H1.HeaderClassName
{
color: #46BBAE;
}
.AnyTagClassName
{
color: #46BBAE;
}
</style>
background-color css
<style>
a { background-color: #46BBAE; }
a { background-color: rgb(70,187,174); }
div.DivClassName
{
background-color: #46BBAE;
}
.BgClassName
{
background-color: #46BBAE;
}
</style>
border-color css
<style>
span { border-color: #46BBAE; }
span { border-color: rgb(70,187,174); }
td.TdClassName
{
border-color: #46BBAE;
}
.TagClassName
{
border-color: #46BBAE;
}
</style>