Shades of Puerto Rico #40BAAB
Tints of Puerto Rico #40BAAB
RGB
CMYK
RGB Variations
Color information
#40BAAB (or 0x40BAAB) is known color: Puerto Rico. HEX triplet: 40, BA and AB. RGB value is (64,186,171). Sum of RGB (Red+Green+Blue) = 64+186+171=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #40BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BAAB is #BF4554. Grayscale: #939393. Windows color (decimal): -12535125 or 11254336. OLE color: 11254336.
HSL color Cylindrical-coordinate representation of color #40BAAB: hue angle of 172.62º 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 #40BAAB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 171 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.27 |
| HSL | 172.62º | 0.49% | 0.49% | - |
| HSV(B) | 172.62º | 0.66% | 0.73% | - |
| XYZ | 27.02 | 39.15 | 44.66 | - |
| YUV | 147.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 171 | 0.66 | 0 | 0.08 | 0.27 | 172.62 | 0.49 | 0.49 |
| Hex | 40 | BA | AB | 42 | 0 | 8 | 1B | AD | 31 | 31 |
| Octal | 100 | 272 | 253 | 102 | 0 | 10 | 33 | 255 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10101011 | 1000010 | 0 | 1000 | 11011 | 10101101 | 110001 | 110001 |
Color Harmonies of #40BAAB
Complementary color
Monochromatic Colors of #40BAAB
Black with #40BAAB
Text Example
Text Example
White with #40BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAAB; }
p { color: rgb(64,186,171); }
H1.HeaderClassName
{
color: #40BAAB;
}
.AnyTagClassName
{
color: #40BAAB;
}
</style>
background-color css
<style>
a { background-color: #40BAAB; }
a { background-color: rgb(64,186,171); }
div.DivClassName
{
background-color: #40BAAB;
}
.BgClassName
{
background-color: #40BAAB;
}
</style>
border-color css
<style>
span { border-color: #40BAAB; }
span { border-color: rgb(64,186,171); }
td.TdClassName
{
border-color: #40BAAB;
}
.TagClassName
{
border-color: #40BAAB;
}
</style>