Shades of Puerto Rico #40BCAF
Tints of Puerto Rico #40BCAF
RGB
CMYK
RGB Variations
Color information
#40BCAF (or 0x40BCAF) is known color: Puerto Rico. HEX triplet: 40, BC and AF. RGB value is (64,188,175). Sum of RGB (Red+Green+Blue) = 64+188+175=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCAF is #BF4350. Grayscale: #959595. Windows color (decimal): -12534609 or 11516992. OLE color: 11516992.
HSL color Cylindrical-coordinate representation of color #40BCAF: hue angle of 173.71º 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 #40BCAF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 175 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.26 |
| HSL | 173.71º | 0.49% | 0.49% | - |
| HSV(B) | 173.71º | 0.66% | 0.74% | - |
| XYZ | 27.84 | 40.15 | 46.84 | - |
| YUV | 149.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 175 | 0.66 | 0 | 0.07 | 0.26 | 173.71 | 0.49 | 0.49 |
| Hex | 40 | BC | AF | 42 | 0 | 7 | 1A | AE | 31 | 31 |
| Octal | 100 | 274 | 257 | 102 | 0 | 7 | 32 | 256 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10101111 | 1000010 | 0 | 111 | 11010 | 10101110 | 110001 | 110001 |
Color Harmonies of #40BCAF
Complementary color
Monochromatic Colors of #40BCAF
Black with #40BCAF
Text Example
Text Example
White with #40BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCAF; }
p { color: rgb(64,188,175); }
H1.HeaderClassName
{
color: #40BCAF;
}
.AnyTagClassName
{
color: #40BCAF;
}
</style>
background-color css
<style>
a { background-color: #40BCAF; }
a { background-color: rgb(64,188,175); }
div.DivClassName
{
background-color: #40BCAF;
}
.BgClassName
{
background-color: #40BCAF;
}
</style>
border-color css
<style>
span { border-color: #40BCAF; }
span { border-color: rgb(64,188,175); }
td.TdClassName
{
border-color: #40BCAF;
}
.TagClassName
{
border-color: #40BCAF;
}
</style>