Shades of Puerto Rico #40B2A1
Tints of Puerto Rico #40B2A1
RGB
CMYK
RGB Variations
Color information
#40B2A1 (or 0x40B2A1) is known color: Puerto Rico. HEX triplet: 40, B2 and A1. RGB value is (64,178,161). Sum of RGB (Red+Green+Blue) = 64+178+161=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #40B2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B2A1 is #BF4D5E. Grayscale: #8D8D8D. Windows color (decimal): -12537183 or 10596928. OLE color: 10596928.
HSL color Cylindrical-coordinate representation of color #40B2A1: hue angle of 171.05º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B2A1 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 161 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.30 |
| HSL | 171.05º | 0.47% | 0.47% | - |
| HSV(B) | 171.05º | 0.64% | 0.7% | - |
| XYZ | 24.47 | 35.5 | 39.28 | - |
| YUV | 141.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 161 | 0.64 | 0 | 0.10 | 0.30 | 171.05 | 0.47 | 0.47 |
| Hex | 40 | B2 | A1 | 40 | 0 | A | 1E | AB | 2F | 2F |
| Octal | 100 | 262 | 241 | 100 | 0 | 12 | 36 | 253 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10100001 | 1000000 | 0 | 1010 | 11110 | 10101011 | 101111 | 101111 |
Color Harmonies of #40B2A1
Complementary color
Monochromatic Colors of #40B2A1
Black with #40B2A1
Text Example
Text Example
White with #40B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2A1; }
p { color: rgb(64,178,161); }
H1.HeaderClassName
{
color: #40B2A1;
}
.AnyTagClassName
{
color: #40B2A1;
}
</style>
background-color css
<style>
a { background-color: #40B2A1; }
a { background-color: rgb(64,178,161); }
div.DivClassName
{
background-color: #40B2A1;
}
.BgClassName
{
background-color: #40B2A1;
}
</style>
border-color css
<style>
span { border-color: #40B2A1; }
span { border-color: rgb(64,178,161); }
td.TdClassName
{
border-color: #40B2A1;
}
.TagClassName
{
border-color: #40B2A1;
}
</style>