Shades of Puerto Rico #40AD9F
Tints of Puerto Rico #40AD9F
RGB
CMYK
RGB Variations
Color information
#40AD9F (or 0x40AD9F) is known color: Puerto Rico. HEX triplet: 40, AD and 9F. RGB value is (64,173,159). Sum of RGB (Red+Green+Blue) = 64+173+159=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD9F is #BF5260. Grayscale: #8A8A8A. Windows color (decimal): -12538465 or 10464576. OLE color: 10464576.
HSL color Cylindrical-coordinate representation of color #40AD9F: hue angle of 172.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD9F is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 159 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.32 |
| HSL | 172.29º | 0.46% | 0.46% | - |
| HSV(B) | 172.29º | 0.63% | 0.68% | - |
| XYZ | 23.32 | 33.48 | 38.03 | - |
| YUV | 138.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 159 | 0.63 | 0 | 0.08 | 0.32 | 172.29 | 0.46 | 0.46 |
| Hex | 40 | AD | 9F | 3F | 0 | 8 | 20 | AC | 2E | 2E |
| Octal | 100 | 255 | 237 | 77 | 0 | 10 | 40 | 254 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10011111 | 111111 | 0 | 1000 | 100000 | 10101100 | 101110 | 101110 |
Color Harmonies of #40AD9F
Complementary color
Monochromatic Colors of #40AD9F
Black with #40AD9F
Text Example
Text Example
White with #40AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD9F; }
p { color: rgb(64,173,159); }
H1.HeaderClassName
{
color: #40AD9F;
}
.AnyTagClassName
{
color: #40AD9F;
}
</style>
background-color css
<style>
a { background-color: #40AD9F; }
a { background-color: rgb(64,173,159); }
div.DivClassName
{
background-color: #40AD9F;
}
.BgClassName
{
background-color: #40AD9F;
}
</style>
border-color css
<style>
span { border-color: #40AD9F; }
span { border-color: rgb(64,173,159); }
td.TdClassName
{
border-color: #40AD9F;
}
.TagClassName
{
border-color: #40AD9F;
}
</style>