Shades of Puerto Rico #46BEA6
Tints of Puerto Rico #46BEA6
RGB
CMYK
RGB Variations
Color information
#46BEA6 (or 0x46BEA6) is known color: Puerto Rico. HEX triplet: 46, BE and A6. RGB value is (70,190,166). Sum of RGB (Red+Green+Blue) = 70+190+166=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BEA6 is #B94159. Grayscale: #979797. Windows color (decimal): -12140890 or 10927686. OLE color: 10927686.
HSL color Cylindrical-coordinate representation of color #46BEA6: hue angle of 168º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BEA6 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 166 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.25 |
| HSL | 168º | 0.48% | 0.51% | - |
| HSV(B) | 168º | 0.63% | 0.75% | - |
| XYZ | 27.82 | 40.88 | 42.5 | - |
| YUV | 151.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 166 | 0.63 | 0 | 0.13 | 0.25 | 168 | 0.48 | 0.51 |
| Hex | 46 | BE | A6 | 3F | 0 | D | 19 | A8 | 30 | 33 |
| Octal | 106 | 276 | 246 | 77 | 0 | 15 | 31 | 250 | 60 | 63 |
| Binary | 1000110 | 10111110 | 10100110 | 111111 | 0 | 1101 | 11001 | 10101000 | 110000 | 110011 |
Color Harmonies of #46BEA6
Complementary color
Monochromatic Colors of #46BEA6
Black with #46BEA6
Text Example
Text Example
White with #46BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEA6; }
p { color: rgb(70,190,166); }
H1.HeaderClassName
{
color: #46BEA6;
}
.AnyTagClassName
{
color: #46BEA6;
}
</style>
background-color css
<style>
a { background-color: #46BEA6; }
a { background-color: rgb(70,190,166); }
div.DivClassName
{
background-color: #46BEA6;
}
.BgClassName
{
background-color: #46BEA6;
}
</style>
border-color css
<style>
span { border-color: #46BEA6; }
span { border-color: rgb(70,190,166); }
td.TdClassName
{
border-color: #46BEA6;
}
.TagClassName
{
border-color: #46BEA6;
}
</style>