Shades of Puerto Rico #46ABA5
Tints of Puerto Rico #46ABA5
RGB
CMYK
RGB Variations
Color information
#46ABA5 (or 0x46ABA5) is known color: Puerto Rico. HEX triplet: 46, AB and A5. RGB value is (70,171,165). Sum of RGB (Red+Green+Blue) = 70+171+165=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #46ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46ABA5 is #B9545A. Grayscale: #8C8C8C. Windows color (decimal): -12145755 or 10857286. OLE color: 10857286.
HSL color Cylindrical-coordinate representation of color #46ABA5: hue angle of 176.44º 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 #46ABA5 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 171 | 165 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.33 |
| HSL | 176.44º | 0.42% | 0.47% | - |
| HSV(B) | 176.44º | 0.59% | 0.67% | - |
| XYZ | 23.88 | 33.14 | 40.74 | - |
| YUV | 140.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 165 | 0.59 | 0 | 0.04 | 0.33 | 176.44 | 0.42 | 0.47 |
| Hex | 46 | AB | A5 | 3B | 0 | 4 | 21 | B0 | 2A | 2F |
| Octal | 106 | 253 | 245 | 73 | 0 | 4 | 41 | 260 | 52 | 57 |
| Binary | 1000110 | 10101011 | 10100101 | 111011 | 0 | 100 | 100001 | 10110000 | 101010 | 101111 |
Color Harmonies of #46ABA5
Complementary color
Monochromatic Colors of #46ABA5
Black with #46ABA5
Text Example
Text Example
White with #46ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABA5; }
p { color: rgb(70,171,165); }
H1.HeaderClassName
{
color: #46ABA5;
}
.AnyTagClassName
{
color: #46ABA5;
}
</style>
background-color css
<style>
a { background-color: #46ABA5; }
a { background-color: rgb(70,171,165); }
div.DivClassName
{
background-color: #46ABA5;
}
.BgClassName
{
background-color: #46ABA5;
}
</style>
border-color css
<style>
span { border-color: #46ABA5; }
span { border-color: rgb(70,171,165); }
td.TdClassName
{
border-color: #46ABA5;
}
.TagClassName
{
border-color: #46ABA5;
}
</style>