Shades of Puerto Rico #40AEA6
Tints of Puerto Rico #40AEA6
RGB
CMYK
RGB Variations
Color information
#40AEA6 (or 0x40AEA6) is known color: Puerto Rico. HEX triplet: 40, AE and A6. RGB value is (64,174,166). Sum of RGB (Red+Green+Blue) = 64+174+166=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #40AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEA6 is #BF5159. Grayscale: #8C8C8C. Windows color (decimal): -12538202 or 10923584. OLE color: 10923584.
HSL color Cylindrical-coordinate representation of color #40AEA6: hue angle of 175.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AEA6 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 166 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.32 |
| HSL | 175.64º | 0.46% | 0.47% | - |
| HSV(B) | 175.64º | 0.63% | 0.68% | - |
| XYZ | 24.13 | 34.12 | 41.39 | - |
| YUV | 140.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 166 | 0.63 | 0 | 0.05 | 0.32 | 175.64 | 0.46 | 0.47 |
| Hex | 40 | AE | A6 | 3F | 0 | 5 | 20 | B0 | 2E | 2F |
| Octal | 100 | 256 | 246 | 77 | 0 | 5 | 40 | 260 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10100110 | 111111 | 0 | 101 | 100000 | 10110000 | 101110 | 101111 |
Color Harmonies of #40AEA6
Complementary color
Monochromatic Colors of #40AEA6
Black with #40AEA6
Text Example
Text Example
White with #40AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEA6; }
p { color: rgb(64,174,166); }
H1.HeaderClassName
{
color: #40AEA6;
}
.AnyTagClassName
{
color: #40AEA6;
}
</style>
background-color css
<style>
a { background-color: #40AEA6; }
a { background-color: rgb(64,174,166); }
div.DivClassName
{
background-color: #40AEA6;
}
.BgClassName
{
background-color: #40AEA6;
}
</style>
border-color css
<style>
span { border-color: #40AEA6; }
span { border-color: rgb(64,174,166); }
td.TdClassName
{
border-color: #40AEA6;
}
.TagClassName
{
border-color: #40AEA6;
}
</style>