Shades of Puerto Rico #40B29D
Tints of Puerto Rico #40B29D
RGB
CMYK
RGB Variations
Color information
#40B29D (or 0x40B29D) is known color: Puerto Rico. HEX triplet: 40, B2 and 9D. RGB value is (64,178,157). Sum of RGB (Red+Green+Blue) = 64+178+157=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #40B29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B29D is #BF4D62. Grayscale: #8D8D8D. Windows color (decimal): -12537187 or 10334784. OLE color: 10334784.
HSL color Cylindrical-coordinate representation of color #40B29D: hue angle of 168.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B29D is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 157 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.30 |
| HSL | 168.95º | 0.47% | 0.47% | - |
| HSV(B) | 168.95º | 0.64% | 0.7% | - |
| XYZ | 24.12 | 35.37 | 37.45 | - |
| YUV | 141.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 157 | 0.64 | 0 | 0.12 | 0.30 | 168.95 | 0.47 | 0.47 |
| Hex | 40 | B2 | 9D | 40 | 0 | C | 1E | A9 | 2F | 2F |
| Octal | 100 | 262 | 235 | 100 | 0 | 14 | 36 | 251 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10011101 | 1000000 | 0 | 1100 | 11110 | 10101001 | 101111 | 101111 |
Color Harmonies of #40B29D
Complementary color
Monochromatic Colors of #40B29D
Black with #40B29D
Text Example
Text Example
White with #40B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B29D; }
p { color: rgb(64,178,157); }
H1.HeaderClassName
{
color: #40B29D;
}
.AnyTagClassName
{
color: #40B29D;
}
</style>
background-color css
<style>
a { background-color: #40B29D; }
a { background-color: rgb(64,178,157); }
div.DivClassName
{
background-color: #40B29D;
}
.BgClassName
{
background-color: #40B29D;
}
</style>
border-color css
<style>
span { border-color: #40B29D; }
span { border-color: rgb(64,178,157); }
td.TdClassName
{
border-color: #40B29D;
}
.TagClassName
{
border-color: #40B29D;
}
</style>