Shades of Puerto Rico #40B7A3
Tints of Puerto Rico #40B7A3
RGB
CMYK
RGB Variations
Color information
#40B7A3 (or 0x40B7A3) is known color: Puerto Rico. HEX triplet: 40, B7 and A3. RGB value is (64,183,163). Sum of RGB (Red+Green+Blue) = 64+183+163=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #40B7A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B7A3 is #BF485C. Grayscale: #919191. Windows color (decimal): -12535901 or 10729280. OLE color: 10729280.
HSL color Cylindrical-coordinate representation of color #40B7A3: hue angle of 169.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B7A3 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 163 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.28 |
| HSL | 169.92º | 0.48% | 0.48% | - |
| HSV(B) | 169.92º | 0.65% | 0.72% | - |
| XYZ | 25.66 | 37.6 | 40.56 | - |
| YUV | 145.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 163 | 0.65 | 0 | 0.11 | 0.28 | 169.92 | 0.48 | 0.48 |
| Hex | 40 | B7 | A3 | 41 | 0 | B | 1C | AA | 30 | 30 |
| Octal | 100 | 267 | 243 | 101 | 0 | 13 | 34 | 252 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10100011 | 1000001 | 0 | 1011 | 11100 | 10101010 | 110000 | 110000 |
Color Harmonies of #40B7A3
Complementary color
Monochromatic Colors of #40B7A3
Black with #40B7A3
Text Example
Text Example
White with #40B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7A3; }
p { color: rgb(64,183,163); }
H1.HeaderClassName
{
color: #40B7A3;
}
.AnyTagClassName
{
color: #40B7A3;
}
</style>
background-color css
<style>
a { background-color: #40B7A3; }
a { background-color: rgb(64,183,163); }
div.DivClassName
{
background-color: #40B7A3;
}
.BgClassName
{
background-color: #40B7A3;
}
</style>
border-color css
<style>
span { border-color: #40B7A3; }
span { border-color: rgb(64,183,163); }
td.TdClassName
{
border-color: #40B7A3;
}
.TagClassName
{
border-color: #40B7A3;
}
</style>