Shades of Puerto Rico #40AF9E
Tints of Puerto Rico #40AF9E
RGB
CMYK
RGB Variations
Color information
#40AF9E (or 0x40AF9E) is known color: Puerto Rico. HEX triplet: 40, AF and 9E. RGB value is (64,175,158). Sum of RGB (Red+Green+Blue) = 64+175+158=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF9E is #BF5061. Grayscale: #8B8B8B. Windows color (decimal): -12537954 or 10399552. OLE color: 10399552.
HSL color Cylindrical-coordinate representation of color #40AF9E: hue angle of 170.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF9E is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 158 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.31 |
| HSL | 170.81º | 0.46% | 0.47% | - |
| HSV(B) | 170.81º | 0.63% | 0.69% | - |
| XYZ | 23.62 | 34.22 | 37.71 | - |
| YUV | 139.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 158 | 0.63 | 0 | 0.10 | 0.31 | 170.81 | 0.46 | 0.47 |
| Hex | 40 | AF | 9E | 3F | 0 | A | 1F | AB | 2E | 2F |
| Octal | 100 | 257 | 236 | 77 | 0 | 12 | 37 | 253 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10011110 | 111111 | 0 | 1010 | 11111 | 10101011 | 101110 | 101111 |
Color Harmonies of #40AF9E
Complementary color
Monochromatic Colors of #40AF9E
Black with #40AF9E
Text Example
Text Example
White with #40AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF9E; }
p { color: rgb(64,175,158); }
H1.HeaderClassName
{
color: #40AF9E;
}
.AnyTagClassName
{
color: #40AF9E;
}
</style>
background-color css
<style>
a { background-color: #40AF9E; }
a { background-color: rgb(64,175,158); }
div.DivClassName
{
background-color: #40AF9E;
}
.BgClassName
{
background-color: #40AF9E;
}
</style>
border-color css
<style>
span { border-color: #40AF9E; }
span { border-color: rgb(64,175,158); }
td.TdClassName
{
border-color: #40AF9E;
}
.TagClassName
{
border-color: #40AF9E;
}
</style>