Shades of Puerto Rico #40ABA3
Tints of Puerto Rico #40ABA3
RGB
CMYK
RGB Variations
Color information
#40ABA3 (or 0x40ABA3) is known color: Puerto Rico. HEX triplet: 40, AB and A3. RGB value is (64,171,163). Sum of RGB (Red+Green+Blue) = 64+171+163=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #40ABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABA3 is #BF545C. Grayscale: #8A8A8A. Windows color (decimal): -12538973 or 10726208. OLE color: 10726208.
HSL color Cylindrical-coordinate representation of color #40ABA3: hue angle of 175.51º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ABA3 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 163 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.33 |
| HSL | 175.51º | 0.46% | 0.46% | - |
| HSV(B) | 175.51º | 0.63% | 0.67% | - |
| XYZ | 23.29 | 32.86 | 39.77 | - |
| YUV | 138.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 163 | 0.63 | 0 | 0.05 | 0.33 | 175.51 | 0.46 | 0.46 |
| Hex | 40 | AB | A3 | 3F | 0 | 5 | 21 | B0 | 2E | 2E |
| Octal | 100 | 253 | 243 | 77 | 0 | 5 | 41 | 260 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10100011 | 111111 | 0 | 101 | 100001 | 10110000 | 101110 | 101110 |
Color Harmonies of #40ABA3
Complementary color
Monochromatic Colors of #40ABA3
Black with #40ABA3
Text Example
Text Example
White with #40ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABA3; }
p { color: rgb(64,171,163); }
H1.HeaderClassName
{
color: #40ABA3;
}
.AnyTagClassName
{
color: #40ABA3;
}
</style>
background-color css
<style>
a { background-color: #40ABA3; }
a { background-color: rgb(64,171,163); }
div.DivClassName
{
background-color: #40ABA3;
}
.BgClassName
{
background-color: #40ABA3;
}
</style>
border-color css
<style>
span { border-color: #40ABA3; }
span { border-color: rgb(64,171,163); }
td.TdClassName
{
border-color: #40ABA3;
}
.TagClassName
{
border-color: #40ABA3;
}
</style>