Shades of Puerto Rico #40AE9D
Tints of Puerto Rico #40AE9D
RGB
CMYK
RGB Variations
Color information
#40AE9D (or 0x40AE9D) is known color: Puerto Rico. HEX triplet: 40, AE and 9D. RGB value is (64,174,157). Sum of RGB (Red+Green+Blue) = 64+174+157=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE9D is #BF5162. Grayscale: #8B8B8B. Windows color (decimal): -12538211 or 10333760. OLE color: 10333760.
HSL color Cylindrical-coordinate representation of color #40AE9D: hue angle of 170.73º 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 #40AE9D is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 157 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.32 |
| HSL | 170.73º | 0.46% | 0.47% | - |
| HSV(B) | 170.73º | 0.63% | 0.68% | - |
| XYZ | 23.34 | 33.8 | 37.19 | - |
| YUV | 139.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 157 | 0.63 | 0 | 0.10 | 0.32 | 170.73 | 0.46 | 0.47 |
| Hex | 40 | AE | 9D | 3F | 0 | A | 20 | AB | 2E | 2F |
| Octal | 100 | 256 | 235 | 77 | 0 | 12 | 40 | 253 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10011101 | 111111 | 0 | 1010 | 100000 | 10101011 | 101110 | 101111 |
Color Harmonies of #40AE9D
Complementary color
Monochromatic Colors of #40AE9D
Black with #40AE9D
Text Example
Text Example
White with #40AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE9D; }
p { color: rgb(64,174,157); }
H1.HeaderClassName
{
color: #40AE9D;
}
.AnyTagClassName
{
color: #40AE9D;
}
</style>
background-color css
<style>
a { background-color: #40AE9D; }
a { background-color: rgb(64,174,157); }
div.DivClassName
{
background-color: #40AE9D;
}
.BgClassName
{
background-color: #40AE9D;
}
</style>
border-color css
<style>
span { border-color: #40AE9D; }
span { border-color: rgb(64,174,157); }
td.TdClassName
{
border-color: #40AE9D;
}
.TagClassName
{
border-color: #40AE9D;
}
</style>