Shades of Puerto Rico #40BFAB
Tints of Puerto Rico #40BFAB
RGB
CMYK
RGB Variations
Color information
#40BFAB (or 0x40BFAB) is known color: Puerto Rico. HEX triplet: 40, BF and AB. RGB value is (64,191,171). Sum of RGB (Red+Green+Blue) = 64+191+171=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BFAB is #BF4054. Grayscale: #969696. Windows color (decimal): -12533845 or 11255616. OLE color: 11255616.
HSL color Cylindrical-coordinate representation of color #40BFAB: hue angle of 170.55º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BFAB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 171 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.25 |
| HSL | 170.55º | 0.5% | 0.5% | - |
| HSV(B) | 170.55º | 0.66% | 0.75% | - |
| XYZ | 28.1 | 41.29 | 45.02 | - |
| YUV | 150.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 171 | 0.66 | 0 | 0.10 | 0.25 | 170.55 | 0.5 | 0.5 |
| Hex | 40 | BF | AB | 42 | 0 | A | 19 | AB | 32 | 32 |
| Octal | 100 | 277 | 253 | 102 | 0 | 12 | 31 | 253 | 62 | 62 |
| Binary | 1000000 | 10111111 | 10101011 | 1000010 | 0 | 1010 | 11001 | 10101011 | 110010 | 110010 |
Color Harmonies of #40BFAB
Complementary color
Monochromatic Colors of #40BFAB
Black with #40BFAB
Text Example
Text Example
White with #40BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFAB; }
p { color: rgb(64,191,171); }
H1.HeaderClassName
{
color: #40BFAB;
}
.AnyTagClassName
{
color: #40BFAB;
}
</style>
background-color css
<style>
a { background-color: #40BFAB; }
a { background-color: rgb(64,191,171); }
div.DivClassName
{
background-color: #40BFAB;
}
.BgClassName
{
background-color: #40BFAB;
}
</style>
border-color css
<style>
span { border-color: #40BFAB; }
span { border-color: rgb(64,191,171); }
td.TdClassName
{
border-color: #40BFAB;
}
.TagClassName
{
border-color: #40BFAB;
}
</style>