Shades of Puerto Rico #40BCA4
Tints of Puerto Rico #40BCA4
RGB
CMYK
RGB Variations
Color information
#40BCA4 (or 0x40BCA4) is known color: Puerto Rico. HEX triplet: 40, BC and A4. RGB value is (64,188,164). Sum of RGB (Red+Green+Blue) = 64+188+164=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCA4 is #BF435B. Grayscale: #949494. Windows color (decimal): -12534620 or 10796096. OLE color: 10796096.
HSL color Cylindrical-coordinate representation of color #40BCA4: hue angle of 168.39º 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 #40BCA4 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 164 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.26 |
| HSL | 168.39º | 0.49% | 0.49% | - |
| HSV(B) | 168.39º | 0.66% | 0.74% | - |
| XYZ | 26.8 | 39.74 | 41.38 | - |
| YUV | 148.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 164 | 0.66 | 0 | 0.13 | 0.26 | 168.39 | 0.49 | 0.49 |
| Hex | 40 | BC | A4 | 42 | 0 | D | 1A | A8 | 31 | 31 |
| Octal | 100 | 274 | 244 | 102 | 0 | 15 | 32 | 250 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10100100 | 1000010 | 0 | 1101 | 11010 | 10101000 | 110001 | 110001 |
Color Harmonies of #40BCA4
Complementary color
Monochromatic Colors of #40BCA4
Black with #40BCA4
Text Example
Text Example
White with #40BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCA4; }
p { color: rgb(64,188,164); }
H1.HeaderClassName
{
color: #40BCA4;
}
.AnyTagClassName
{
color: #40BCA4;
}
</style>
background-color css
<style>
a { background-color: #40BCA4; }
a { background-color: rgb(64,188,164); }
div.DivClassName
{
background-color: #40BCA4;
}
.BgClassName
{
background-color: #40BCA4;
}
</style>
border-color css
<style>
span { border-color: #40BCA4; }
span { border-color: rgb(64,188,164); }
td.TdClassName
{
border-color: #40BCA4;
}
.TagClassName
{
border-color: #40BCA4;
}
</style>