Shades of Puerto Rico #40BBAA
Tints of Puerto Rico #40BBAA
RGB
CMYK
RGB Variations
Color information
#40BBAA (or 0x40BBAA) is known color: Puerto Rico. HEX triplet: 40, BB and AA. RGB value is (64,187,170). Sum of RGB (Red+Green+Blue) = 64+187+170=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BBAA is #BF4455. Grayscale: #949494. Windows color (decimal): -12534870 or 11189056. OLE color: 11189056.
HSL color Cylindrical-coordinate representation of color #40BBAA: hue angle of 171.71º 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 #40BBAA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 170 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.27 |
| HSL | 171.71º | 0.49% | 0.49% | - |
| HSV(B) | 171.71º | 0.66% | 0.73% | - |
| XYZ | 27.14 | 39.53 | 44.23 | - |
| YUV | 148.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 170 | 0.66 | 0 | 0.09 | 0.27 | 171.71 | 0.49 | 0.49 |
| Hex | 40 | BB | AA | 42 | 0 | 9 | 1B | AC | 31 | 31 |
| Octal | 100 | 273 | 252 | 102 | 0 | 11 | 33 | 254 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10101010 | 1000010 | 0 | 1001 | 11011 | 10101100 | 110001 | 110001 |
Color Harmonies of #40BBAA
Complementary color
Monochromatic Colors of #40BBAA
Black with #40BBAA
Text Example
Text Example
White with #40BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBAA; }
p { color: rgb(64,187,170); }
H1.HeaderClassName
{
color: #40BBAA;
}
.AnyTagClassName
{
color: #40BBAA;
}
</style>
background-color css
<style>
a { background-color: #40BBAA; }
a { background-color: rgb(64,187,170); }
div.DivClassName
{
background-color: #40BBAA;
}
.BgClassName
{
background-color: #40BBAA;
}
</style>
border-color css
<style>
span { border-color: #40BBAA; }
span { border-color: rgb(64,187,170); }
td.TdClassName
{
border-color: #40BBAA;
}
.TagClassName
{
border-color: #40BBAA;
}
</style>