Shades of Puerto Rico #40BAA0
Tints of Puerto Rico #40BAA0
RGB
CMYK
RGB Variations
Color information
#40BAA0 (or 0x40BAA0) is known color: Puerto Rico. HEX triplet: 40, BA and A0. RGB value is (64,186,160). Sum of RGB (Red+Green+Blue) = 64+186+160=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #40BAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BAA0 is #BF455F. Grayscale: #929292. Windows color (decimal): -12535136 or 10533440. OLE color: 10533440.
HSL color Cylindrical-coordinate representation of color #40BAA0: hue angle of 167.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BAA0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 160 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.27 |
| HSL | 167.21º | 0.49% | 0.49% | - |
| HSV(B) | 167.21º | 0.66% | 0.73% | - |
| XYZ | 26.02 | 38.75 | 39.37 | - |
| YUV | 146.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 160 | 0.66 | 0 | 0.14 | 0.27 | 167.21 | 0.49 | 0.49 |
| Hex | 40 | BA | A0 | 42 | 0 | E | 1B | A7 | 31 | 31 |
| Octal | 100 | 272 | 240 | 102 | 0 | 16 | 33 | 247 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10100000 | 1000010 | 0 | 1110 | 11011 | 10100111 | 110001 | 110001 |
Color Harmonies of #40BAA0
Complementary color
Monochromatic Colors of #40BAA0
Black with #40BAA0
Text Example
Text Example
White with #40BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAA0; }
p { color: rgb(64,186,160); }
H1.HeaderClassName
{
color: #40BAA0;
}
.AnyTagClassName
{
color: #40BAA0;
}
</style>
background-color css
<style>
a { background-color: #40BAA0; }
a { background-color: rgb(64,186,160); }
div.DivClassName
{
background-color: #40BAA0;
}
.BgClassName
{
background-color: #40BAA0;
}
</style>
border-color css
<style>
span { border-color: #40BAA0; }
span { border-color: rgb(64,186,160); }
td.TdClassName
{
border-color: #40BAA0;
}
.TagClassName
{
border-color: #40BAA0;
}
</style>