Shades of Puerto Rico #40BCAA
Tints of Puerto Rico #40BCAA
RGB
CMYK
RGB Variations
Color information
#40BCAA (or 0x40BCAA) is known color: Puerto Rico. HEX triplet: 40, BC and AA. RGB value is (64,188,170). Sum of RGB (Red+Green+Blue) = 64+188+170=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCAA is #BF4355. Grayscale: #949494. Windows color (decimal): -12534614 or 11189312. OLE color: 11189312.
HSL color Cylindrical-coordinate representation of color #40BCAA: hue angle of 171.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BCAA is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 170 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.26 |
| HSL | 171.29º | 0.49% | 0.49% | - |
| HSV(B) | 171.29º | 0.66% | 0.74% | - |
| XYZ | 27.35 | 39.96 | 44.3 | - |
| YUV | 148.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 170 | 0.66 | 0 | 0.10 | 0.26 | 171.29 | 0.49 | 0.49 |
| Hex | 40 | BC | AA | 42 | 0 | A | 1A | AB | 31 | 31 |
| Octal | 100 | 274 | 252 | 102 | 0 | 12 | 32 | 253 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10101010 | 1000010 | 0 | 1010 | 11010 | 10101011 | 110001 | 110001 |
Color Harmonies of #40BCAA
Complementary color
Monochromatic Colors of #40BCAA
Black with #40BCAA
Text Example
Text Example
White with #40BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCAA; }
p { color: rgb(64,188,170); }
H1.HeaderClassName
{
color: #40BCAA;
}
.AnyTagClassName
{
color: #40BCAA;
}
</style>
background-color css
<style>
a { background-color: #40BCAA; }
a { background-color: rgb(64,188,170); }
div.DivClassName
{
background-color: #40BCAA;
}
.BgClassName
{
background-color: #40BCAA;
}
</style>
border-color css
<style>
span { border-color: #40BCAA; }
span { border-color: rgb(64,188,170); }
td.TdClassName
{
border-color: #40BCAA;
}
.TagClassName
{
border-color: #40BCAA;
}
</style>