Shades of Puerto Rico #40BEAF
Tints of Puerto Rico #40BEAF
RGB
CMYK
RGB Variations
Color information
#40BEAF (or 0x40BEAF) is known color: Puerto Rico. HEX triplet: 40, BE and AF. RGB value is (64,190,175). Sum of RGB (Red+Green+Blue) = 64+190+175=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEAF is #BF4150. Grayscale: #969696. Windows color (decimal): -12534097 or 11517504. OLE color: 11517504.
HSL color Cylindrical-coordinate representation of color #40BEAF: hue angle of 172.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEAF is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 175 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.25 |
| HSL | 172.86º | 0.5% | 0.5% | - |
| HSV(B) | 172.86º | 0.66% | 0.75% | - |
| XYZ | 28.27 | 41.01 | 46.98 | - |
| YUV | 150.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 175 | 0.66 | 0 | 0.08 | 0.25 | 172.86 | 0.5 | 0.5 |
| Hex | 40 | BE | AF | 42 | 0 | 8 | 19 | AD | 32 | 32 |
| Octal | 100 | 276 | 257 | 102 | 0 | 10 | 31 | 255 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10101111 | 1000010 | 0 | 1000 | 11001 | 10101101 | 110010 | 110010 |
Color Harmonies of #40BEAF
Complementary color
Monochromatic Colors of #40BEAF
Black with #40BEAF
Text Example
Text Example
White with #40BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEAF; }
p { color: rgb(64,190,175); }
H1.HeaderClassName
{
color: #40BEAF;
}
.AnyTagClassName
{
color: #40BEAF;
}
</style>
background-color css
<style>
a { background-color: #40BEAF; }
a { background-color: rgb(64,190,175); }
div.DivClassName
{
background-color: #40BEAF;
}
.BgClassName
{
background-color: #40BEAF;
}
</style>
border-color css
<style>
span { border-color: #40BEAF; }
span { border-color: rgb(64,190,175); }
td.TdClassName
{
border-color: #40BEAF;
}
.TagClassName
{
border-color: #40BEAF;
}
</style>