Shades of Puerto Rico #40BEAE
Tints of Puerto Rico #40BEAE
RGB
CMYK
RGB Variations
Color information
#40BEAE (or 0x40BEAE) is known color: Puerto Rico. HEX triplet: 40, BE and AE. RGB value is (64,190,174). Sum of RGB (Red+Green+Blue) = 64+190+174=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEAE is #BF4151. Grayscale: #969696. Windows color (decimal): -12534098 or 11451968. OLE color: 11451968.
HSL color Cylindrical-coordinate representation of color #40BEAE: hue angle of 172.38º 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 #40BEAE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 174 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.25 |
| HSL | 172.38º | 0.5% | 0.5% | - |
| HSV(B) | 172.38º | 0.66% | 0.75% | - |
| XYZ | 28.17 | 40.97 | 46.47 | - |
| YUV | 150.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 174 | 0.66 | 0 | 0.08 | 0.25 | 172.38 | 0.5 | 0.5 |
| Hex | 40 | BE | AE | 42 | 0 | 8 | 19 | AC | 32 | 32 |
| Octal | 100 | 276 | 256 | 102 | 0 | 10 | 31 | 254 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10101110 | 1000010 | 0 | 1000 | 11001 | 10101100 | 110010 | 110010 |
Color Harmonies of #40BEAE
Complementary color
Monochromatic Colors of #40BEAE
Black with #40BEAE
Text Example
Text Example
White with #40BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEAE; }
p { color: rgb(64,190,174); }
H1.HeaderClassName
{
color: #40BEAE;
}
.AnyTagClassName
{
color: #40BEAE;
}
</style>
background-color css
<style>
a { background-color: #40BEAE; }
a { background-color: rgb(64,190,174); }
div.DivClassName
{
background-color: #40BEAE;
}
.BgClassName
{
background-color: #40BEAE;
}
</style>
border-color css
<style>
span { border-color: #40BEAE; }
span { border-color: rgb(64,190,174); }
td.TdClassName
{
border-color: #40BEAE;
}
.TagClassName
{
border-color: #40BEAE;
}
</style>