Shades of Puerto Rico #46ABA3
Tints of Puerto Rico #46ABA3
RGB
CMYK
RGB Variations
Color information
#46ABA3 (or 0x46ABA3) is known color: Puerto Rico. HEX triplet: 46, AB and A3. RGB value is (70,171,163). Sum of RGB (Red+Green+Blue) = 70+171+163=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #46ABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46ABA3 is #B9545C. Grayscale: #8B8B8B. Windows color (decimal): -12145757 or 10726214. OLE color: 10726214.
HSL color Cylindrical-coordinate representation of color #46ABA3: hue angle of 175.25º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46ABA3 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 171 | 163 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.33 |
| HSL | 175.25º | 0.42% | 0.47% | - |
| HSV(B) | 175.25º | 0.59% | 0.67% | - |
| XYZ | 23.7 | 33.07 | 39.78 | - |
| YUV | 139.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 163 | 0.59 | 0 | 0.05 | 0.33 | 175.25 | 0.42 | 0.47 |
| Hex | 46 | AB | A3 | 3B | 0 | 5 | 21 | AF | 2A | 2F |
| Octal | 106 | 253 | 243 | 73 | 0 | 5 | 41 | 257 | 52 | 57 |
| Binary | 1000110 | 10101011 | 10100011 | 111011 | 0 | 101 | 100001 | 10101111 | 101010 | 101111 |
Color Harmonies of #46ABA3
Complementary color
Monochromatic Colors of #46ABA3
Black with #46ABA3
Text Example
Text Example
White with #46ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABA3; }
p { color: rgb(70,171,163); }
H1.HeaderClassName
{
color: #46ABA3;
}
.AnyTagClassName
{
color: #46ABA3;
}
</style>
background-color css
<style>
a { background-color: #46ABA3; }
a { background-color: rgb(70,171,163); }
div.DivClassName
{
background-color: #46ABA3;
}
.BgClassName
{
background-color: #46ABA3;
}
</style>
border-color css
<style>
span { border-color: #46ABA3; }
span { border-color: rgb(70,171,163); }
td.TdClassName
{
border-color: #46ABA3;
}
.TagClassName
{
border-color: #46ABA3;
}
</style>