Shades of Puerto Rico #40B59C
Tints of Puerto Rico #40B59C
RGB
CMYK
RGB Variations
Color information
#40B59C (or 0x40B59C) is known color: Puerto Rico. HEX triplet: 40, B5 and 9C. RGB value is (64,181,156). Sum of RGB (Red+Green+Blue) = 64+181+156=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #40B59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B59C is #BF4A63. Grayscale: #8F8F8F. Windows color (decimal): -12536420 or 10270016. OLE color: 10270016.
HSL color Cylindrical-coordinate representation of color #40B59C: hue angle of 167.18º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B59C is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 181 | 156 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.29 |
| HSL | 167.18º | 0.48% | 0.48% | - |
| HSV(B) | 167.18º | 0.65% | 0.71% | - |
| XYZ | 24.64 | 36.54 | 37.21 | - |
| YUV | 143.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 156 | 0.65 | 0 | 0.14 | 0.29 | 167.18 | 0.48 | 0.48 |
| Hex | 40 | B5 | 9C | 41 | 0 | E | 1D | A7 | 30 | 30 |
| Octal | 100 | 265 | 234 | 101 | 0 | 16 | 35 | 247 | 60 | 60 |
| Binary | 1000000 | 10110101 | 10011100 | 1000001 | 0 | 1110 | 11101 | 10100111 | 110000 | 110000 |
Color Harmonies of #40B59C
Complementary color
Monochromatic Colors of #40B59C
Black with #40B59C
Text Example
Text Example
White with #40B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B59C; }
p { color: rgb(64,181,156); }
H1.HeaderClassName
{
color: #40B59C;
}
.AnyTagClassName
{
color: #40B59C;
}
</style>
background-color css
<style>
a { background-color: #40B59C; }
a { background-color: rgb(64,181,156); }
div.DivClassName
{
background-color: #40B59C;
}
.BgClassName
{
background-color: #40B59C;
}
</style>
border-color css
<style>
span { border-color: #40B59C; }
span { border-color: rgb(64,181,156); }
td.TdClassName
{
border-color: #40B59C;
}
.TagClassName
{
border-color: #40B59C;
}
</style>