Shades of Puerto Rico #46B7AD
Tints of Puerto Rico #46B7AD
RGB
CMYK
RGB Variations
Color information
#46B7AD (or 0x46B7AD) is known color: Puerto Rico. HEX triplet: 46, B7 and AD. RGB value is (70,183,173). Sum of RGB (Red+Green+Blue) = 70+183+173=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #46B7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B7AD is #B94852. Grayscale: #949494. Windows color (decimal): -12142675 or 11384646. OLE color: 11384646.
HSL color Cylindrical-coordinate representation of color #46B7AD: hue angle of 174.69º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B7AD is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 173 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.28 |
| HSL | 174.69º | 0.45% | 0.5% | - |
| HSV(B) | 174.69º | 0.62% | 0.72% | - |
| XYZ | 27 | 38.19 | 45.48 | - |
| YUV | 148.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 173 | 0.62 | 0 | 0.05 | 0.28 | 174.69 | 0.45 | 0.5 |
| Hex | 46 | B7 | AD | 3E | 0 | 5 | 1C | AF | 2D | 32 |
| Octal | 106 | 267 | 255 | 76 | 0 | 5 | 34 | 257 | 55 | 62 |
| Binary | 1000110 | 10110111 | 10101101 | 111110 | 0 | 101 | 11100 | 10101111 | 101101 | 110010 |
Color Harmonies of #46B7AD
Complementary color
Monochromatic Colors of #46B7AD
Black with #46B7AD
Text Example
Text Example
White with #46B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B7AD; }
p { color: rgb(70,183,173); }
H1.HeaderClassName
{
color: #46B7AD;
}
.AnyTagClassName
{
color: #46B7AD;
}
</style>
background-color css
<style>
a { background-color: #46B7AD; }
a { background-color: rgb(70,183,173); }
div.DivClassName
{
background-color: #46B7AD;
}
.BgClassName
{
background-color: #46B7AD;
}
</style>
border-color css
<style>
span { border-color: #46B7AD; }
span { border-color: rgb(70,183,173); }
td.TdClassName
{
border-color: #46B7AD;
}
.TagClassName
{
border-color: #46B7AD;
}
</style>