Shades of Puerto Rico #40BEAD
Tints of Puerto Rico #40BEAD
RGB
CMYK
RGB Variations
Color information
#40BEAD (or 0x40BEAD) is known color: Puerto Rico. HEX triplet: 40, BE and AD. RGB value is (64,190,173). Sum of RGB (Red+Green+Blue) = 64+190+173=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEAD is #BF4152. Grayscale: #969696. Windows color (decimal): -12534099 or 11386432. OLE color: 11386432.
HSL color Cylindrical-coordinate representation of color #40BEAD: hue angle of 171.9º 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 #40BEAD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 173 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.25 |
| HSL | 171.9º | 0.5% | 0.5% | - |
| HSV(B) | 171.9º | 0.66% | 0.75% | - |
| XYZ | 28.07 | 40.93 | 45.96 | - |
| YUV | 150.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 173 | 0.66 | 0 | 0.09 | 0.25 | 171.9 | 0.5 | 0.5 |
| Hex | 40 | BE | AD | 42 | 0 | 9 | 19 | AC | 32 | 32 |
| Octal | 100 | 276 | 255 | 102 | 0 | 11 | 31 | 254 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10101101 | 1000010 | 0 | 1001 | 11001 | 10101100 | 110010 | 110010 |
Color Harmonies of #40BEAD
Complementary color
Monochromatic Colors of #40BEAD
Black with #40BEAD
Text Example
Text Example
White with #40BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEAD; }
p { color: rgb(64,190,173); }
H1.HeaderClassName
{
color: #40BEAD;
}
.AnyTagClassName
{
color: #40BEAD;
}
</style>
background-color css
<style>
a { background-color: #40BEAD; }
a { background-color: rgb(64,190,173); }
div.DivClassName
{
background-color: #40BEAD;
}
.BgClassName
{
background-color: #40BEAD;
}
</style>
border-color css
<style>
span { border-color: #40BEAD; }
span { border-color: rgb(64,190,173); }
td.TdClassName
{
border-color: #40BEAD;
}
.TagClassName
{
border-color: #40BEAD;
}
</style>