Shades of Puerto Rico #40BEAC
Tints of Puerto Rico #40BEAC
RGB
CMYK
RGB Variations
Color information
#40BEAC (or 0x40BEAC) is known color: Puerto Rico. HEX triplet: 40, BE and AC. RGB value is (64,190,172). Sum of RGB (Red+Green+Blue) = 64+190+172=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEAC is #BF4153. Grayscale: #969696. Windows color (decimal): -12534100 or 11320896. OLE color: 11320896.
HSL color Cylindrical-coordinate representation of color #40BEAC: hue angle of 171.43º 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 #40BEAC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 172 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.25 |
| HSL | 171.43º | 0.5% | 0.5% | - |
| HSV(B) | 171.43º | 0.66% | 0.75% | - |
| XYZ | 27.97 | 40.9 | 45.45 | - |
| YUV | 150.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 172 | 0.66 | 0 | 0.09 | 0.25 | 171.43 | 0.5 | 0.5 |
| Hex | 40 | BE | AC | 42 | 0 | 9 | 19 | AB | 32 | 32 |
| Octal | 100 | 276 | 254 | 102 | 0 | 11 | 31 | 253 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10101100 | 1000010 | 0 | 1001 | 11001 | 10101011 | 110010 | 110010 |
Color Harmonies of #40BEAC
Complementary color
Monochromatic Colors of #40BEAC
Black with #40BEAC
Text Example
Text Example
White with #40BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEAC; }
p { color: rgb(64,190,172); }
H1.HeaderClassName
{
color: #40BEAC;
}
.AnyTagClassName
{
color: #40BEAC;
}
</style>
background-color css
<style>
a { background-color: #40BEAC; }
a { background-color: rgb(64,190,172); }
div.DivClassName
{
background-color: #40BEAC;
}
.BgClassName
{
background-color: #40BEAC;
}
</style>
border-color css
<style>
span { border-color: #40BEAC; }
span { border-color: rgb(64,190,172); }
td.TdClassName
{
border-color: #40BEAC;
}
.TagClassName
{
border-color: #40BEAC;
}
</style>