Shades of Puerto Rico #40AE9F
Tints of Puerto Rico #40AE9F
RGB
CMYK
RGB Variations
Color information
#40AE9F (or 0x40AE9F) is known color: Puerto Rico. HEX triplet: 40, AE and 9F. RGB value is (64,174,159). Sum of RGB (Red+Green+Blue) = 64+174+159=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE9F is #BF5160. Grayscale: #8B8B8B. Windows color (decimal): -12538209 or 10464832. OLE color: 10464832.
HSL color Cylindrical-coordinate representation of color #40AE9F: hue angle of 171.82º 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 #40AE9F is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 159 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.32 |
| HSL | 171.82º | 0.46% | 0.47% | - |
| HSV(B) | 171.82º | 0.63% | 0.68% | - |
| XYZ | 23.51 | 33.87 | 38.1 | - |
| YUV | 139.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 159 | 0.63 | 0 | 0.09 | 0.32 | 171.82 | 0.46 | 0.47 |
| Hex | 40 | AE | 9F | 3F | 0 | 9 | 20 | AC | 2E | 2F |
| Octal | 100 | 256 | 237 | 77 | 0 | 11 | 40 | 254 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10011111 | 111111 | 0 | 1001 | 100000 | 10101100 | 101110 | 101111 |
Color Harmonies of #40AE9F
Complementary color
Monochromatic Colors of #40AE9F
Black with #40AE9F
Text Example
Text Example
White with #40AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE9F; }
p { color: rgb(64,174,159); }
H1.HeaderClassName
{
color: #40AE9F;
}
.AnyTagClassName
{
color: #40AE9F;
}
</style>
background-color css
<style>
a { background-color: #40AE9F; }
a { background-color: rgb(64,174,159); }
div.DivClassName
{
background-color: #40AE9F;
}
.BgClassName
{
background-color: #40AE9F;
}
</style>
border-color css
<style>
span { border-color: #40AE9F; }
span { border-color: rgb(64,174,159); }
td.TdClassName
{
border-color: #40AE9F;
}
.TagClassName
{
border-color: #40AE9F;
}
</style>