Shades of Puerto Rico #40BAAA
Tints of Puerto Rico #40BAAA
RGB
CMYK
RGB Variations
Color information
#40BAAA (or 0x40BAAA) is known color: Puerto Rico. HEX triplet: 40, BA and AA. RGB value is (64,186,170). Sum of RGB (Red+Green+Blue) = 64+186+170=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #40BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BAAA is #BF4555. Grayscale: #939393. Windows color (decimal): -12535126 or 11188800. OLE color: 11188800.
HSL color Cylindrical-coordinate representation of color #40BAAA: hue angle of 172.13º 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 #40BAAA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 170 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.27 |
| HSL | 172.13º | 0.49% | 0.49% | - |
| HSV(B) | 172.13º | 0.66% | 0.73% | - |
| XYZ | 26.93 | 39.11 | 44.16 | - |
| YUV | 147.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 170 | 0.66 | 0 | 0.09 | 0.27 | 172.13 | 0.49 | 0.49 |
| Hex | 40 | BA | AA | 42 | 0 | 9 | 1B | AC | 31 | 31 |
| Octal | 100 | 272 | 252 | 102 | 0 | 11 | 33 | 254 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10101010 | 1000010 | 0 | 1001 | 11011 | 10101100 | 110001 | 110001 |
Color Harmonies of #40BAAA
Complementary color
Monochromatic Colors of #40BAAA
Black with #40BAAA
Text Example
Text Example
White with #40BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAAA; }
p { color: rgb(64,186,170); }
H1.HeaderClassName
{
color: #40BAAA;
}
.AnyTagClassName
{
color: #40BAAA;
}
</style>
background-color css
<style>
a { background-color: #40BAAA; }
a { background-color: rgb(64,186,170); }
div.DivClassName
{
background-color: #40BAAA;
}
.BgClassName
{
background-color: #40BAAA;
}
</style>
border-color css
<style>
span { border-color: #40BAAA; }
span { border-color: rgb(64,186,170); }
td.TdClassName
{
border-color: #40BAAA;
}
.TagClassName
{
border-color: #40BAAA;
}
</style>