Shades of Puerto Rico #40BCAE
Tints of Puerto Rico #40BCAE
RGB
CMYK
RGB Variations
Color information
#40BCAE (or 0x40BCAE) is known color: Puerto Rico. HEX triplet: 40, BC and AE. RGB value is (64,188,174). Sum of RGB (Red+Green+Blue) = 64+188+174=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCAE is #BF4351. Grayscale: #959595. Windows color (decimal): -12534610 or 11451456. OLE color: 11451456.
HSL color Cylindrical-coordinate representation of color #40BCAE: hue angle of 173.23º 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 #40BCAE is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 174 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.26 |
| HSL | 173.23º | 0.49% | 0.49% | - |
| HSV(B) | 173.23º | 0.66% | 0.74% | - |
| XYZ | 27.74 | 40.11 | 46.32 | - |
| YUV | 149.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 174 | 0.66 | 0 | 0.07 | 0.26 | 173.23 | 0.49 | 0.49 |
| Hex | 40 | BC | AE | 42 | 0 | 7 | 1A | AD | 31 | 31 |
| Octal | 100 | 274 | 256 | 102 | 0 | 7 | 32 | 255 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10101110 | 1000010 | 0 | 111 | 11010 | 10101101 | 110001 | 110001 |
Color Harmonies of #40BCAE
Complementary color
Monochromatic Colors of #40BCAE
Black with #40BCAE
Text Example
Text Example
White with #40BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCAE; }
p { color: rgb(64,188,174); }
H1.HeaderClassName
{
color: #40BCAE;
}
.AnyTagClassName
{
color: #40BCAE;
}
</style>
background-color css
<style>
a { background-color: #40BCAE; }
a { background-color: rgb(64,188,174); }
div.DivClassName
{
background-color: #40BCAE;
}
.BgClassName
{
background-color: #40BCAE;
}
</style>
border-color css
<style>
span { border-color: #40BCAE; }
span { border-color: rgb(64,188,174); }
td.TdClassName
{
border-color: #40BCAE;
}
.TagClassName
{
border-color: #40BCAE;
}
</style>