Shades of Puerto Rico #46BFAD
Tints of Puerto Rico #46BFAD
RGB
CMYK
RGB Variations
Color information
#46BFAD (or 0x46BFAD) is known color: Puerto Rico. HEX triplet: 46, BF and AD. RGB value is (70,191,173). Sum of RGB (Red+Green+Blue) = 70+191+173=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #46BFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BFAD is #B94052. Grayscale: #989898. Windows color (decimal): -12140627 or 11386694. OLE color: 11386694.
HSL color Cylindrical-coordinate representation of color #46BFAD: hue angle of 171.07º degrees, saturation: 0.49, 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 #46BFAD is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 173 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.25 |
| HSL | 171.07º | 0.49% | 0.51% | - |
| HSV(B) | 171.07º | 0.63% | 0.75% | - |
| XYZ | 28.7 | 41.58 | 46.05 | - |
| YUV | 152.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 173 | 0.63 | 0 | 0.09 | 0.25 | 171.07 | 0.49 | 0.51 |
| Hex | 46 | BF | AD | 3F | 0 | 9 | 19 | AB | 31 | 33 |
| Octal | 106 | 277 | 255 | 77 | 0 | 11 | 31 | 253 | 61 | 63 |
| Binary | 1000110 | 10111111 | 10101101 | 111111 | 0 | 1001 | 11001 | 10101011 | 110001 | 110011 |
Color Harmonies of #46BFAD
Complementary color
Monochromatic Colors of #46BFAD
Black with #46BFAD
Text Example
Text Example
White with #46BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFAD; }
p { color: rgb(70,191,173); }
H1.HeaderClassName
{
color: #46BFAD;
}
.AnyTagClassName
{
color: #46BFAD;
}
</style>
background-color css
<style>
a { background-color: #46BFAD; }
a { background-color: rgb(70,191,173); }
div.DivClassName
{
background-color: #46BFAD;
}
.BgClassName
{
background-color: #46BFAD;
}
</style>
border-color css
<style>
span { border-color: #46BFAD; }
span { border-color: rgb(70,191,173); }
td.TdClassName
{
border-color: #46BFAD;
}
.TagClassName
{
border-color: #46BFAD;
}
</style>