Shades of Puerto Rico #40ACA0
Tints of Puerto Rico #40ACA0
RGB
CMYK
RGB Variations
Color information
#40ACA0 (or 0x40ACA0) is known color: Puerto Rico. HEX triplet: 40, AC and A0. RGB value is (64,172,160). Sum of RGB (Red+Green+Blue) = 64+172+160=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #40ACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ACA0 is #BF535F. Grayscale: #8A8A8A. Windows color (decimal): -12538720 or 10529856. OLE color: 10529856.
HSL color Cylindrical-coordinate representation of color #40ACA0: hue angle of 173.33º 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 #40ACA0 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 160 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.33 |
| HSL | 173.33º | 0.46% | 0.46% | - |
| HSV(B) | 173.33º | 0.63% | 0.67% | - |
| XYZ | 23.21 | 33.13 | 38.43 | - |
| YUV | 138.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 160 | 0.63 | 0 | 0.07 | 0.33 | 173.33 | 0.46 | 0.46 |
| Hex | 40 | AC | A0 | 3F | 0 | 7 | 21 | AD | 2E | 2E |
| Octal | 100 | 254 | 240 | 77 | 0 | 7 | 41 | 255 | 56 | 56 |
| Binary | 1000000 | 10101100 | 10100000 | 111111 | 0 | 111 | 100001 | 10101101 | 101110 | 101110 |
Color Harmonies of #40ACA0
Complementary color
Monochromatic Colors of #40ACA0
Black with #40ACA0
Text Example
Text Example
White with #40ACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACA0; }
p { color: rgb(64,172,160); }
H1.HeaderClassName
{
color: #40ACA0;
}
.AnyTagClassName
{
color: #40ACA0;
}
</style>
background-color css
<style>
a { background-color: #40ACA0; }
a { background-color: rgb(64,172,160); }
div.DivClassName
{
background-color: #40ACA0;
}
.BgClassName
{
background-color: #40ACA0;
}
</style>
border-color css
<style>
span { border-color: #40ACA0; }
span { border-color: rgb(64,172,160); }
td.TdClassName
{
border-color: #40ACA0;
}
.TagClassName
{
border-color: #40ACA0;
}
</style>