Shades of Puerto Rico #40BEB0
Tints of Puerto Rico #40BEB0
RGB
CMYK
RGB Variations
Color information
#40BEB0 (or 0x40BEB0) is known color: Puerto Rico. HEX triplet: 40, BE and B0. RGB value is (64,190,176). Sum of RGB (Red+Green+Blue) = 64+190+176=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEB0 is #BF414F. Grayscale: #969696. Windows color (decimal): -12534096 or 11583040. OLE color: 11583040.
HSL color Cylindrical-coordinate representation of color #40BEB0: hue angle of 173.33º 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 #40BEB0 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 176 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.25 |
| HSL | 173.33º | 0.5% | 0.5% | - |
| HSV(B) | 173.33º | 0.66% | 0.75% | - |
| XYZ | 28.36 | 41.05 | 47.5 | - |
| YUV | 150.73 | 142.26 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 176 | 0.66 | 0 | 0.07 | 0.25 | 173.33 | 0.5 | 0.5 |
| Hex | 40 | BE | B0 | 42 | 0 | 7 | 19 | AD | 32 | 32 |
| Octal | 100 | 276 | 260 | 102 | 0 | 7 | 31 | 255 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10110000 | 1000010 | 0 | 111 | 11001 | 10101101 | 110010 | 110010 |
Color Harmonies of #40BEB0
Complementary color
Monochromatic Colors of #40BEB0
Black with #40BEB0
Text Example
Text Example
White with #40BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEB0; }
p { color: rgb(64,190,176); }
H1.HeaderClassName
{
color: #40BEB0;
}
.AnyTagClassName
{
color: #40BEB0;
}
</style>
background-color css
<style>
a { background-color: #40BEB0; }
a { background-color: rgb(64,190,176); }
div.DivClassName
{
background-color: #40BEB0;
}
.BgClassName
{
background-color: #40BEB0;
}
</style>
border-color css
<style>
span { border-color: #40BEB0; }
span { border-color: rgb(64,190,176); }
td.TdClassName
{
border-color: #40BEB0;
}
.TagClassName
{
border-color: #40BEB0;
}
</style>