Shades of Puerto Rico #40B7AC
Tints of Puerto Rico #40B7AC
RGB
CMYK
RGB Variations
Color information
#40B7AC (or 0x40B7AC) is known color: Puerto Rico. HEX triplet: 40, B7 and AC. RGB value is (64,183,172). Sum of RGB (Red+Green+Blue) = 64+183+172=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #40B7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B7AC is #BF4853. Grayscale: #929292. Windows color (decimal): -12535892 or 11319104. OLE color: 11319104.
HSL color Cylindrical-coordinate representation of color #40B7AC: hue angle of 174.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B7AC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 172 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.28 |
| HSL | 174.45º | 0.48% | 0.48% | - |
| HSV(B) | 174.45º | 0.65% | 0.72% | - |
| XYZ | 26.49 | 37.94 | 44.96 | - |
| YUV | 146.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 172 | 0.65 | 0 | 0.06 | 0.28 | 174.45 | 0.48 | 0.48 |
| Hex | 40 | B7 | AC | 41 | 0 | 6 | 1C | AE | 30 | 30 |
| Octal | 100 | 267 | 254 | 101 | 0 | 6 | 34 | 256 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10101100 | 1000001 | 0 | 110 | 11100 | 10101110 | 110000 | 110000 |
Color Harmonies of #40B7AC
Complementary color
Monochromatic Colors of #40B7AC
Black with #40B7AC
Text Example
Text Example
White with #40B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7AC; }
p { color: rgb(64,183,172); }
H1.HeaderClassName
{
color: #40B7AC;
}
.AnyTagClassName
{
color: #40B7AC;
}
</style>
background-color css
<style>
a { background-color: #40B7AC; }
a { background-color: rgb(64,183,172); }
div.DivClassName
{
background-color: #40B7AC;
}
.BgClassName
{
background-color: #40B7AC;
}
</style>
border-color css
<style>
span { border-color: #40B7AC; }
span { border-color: rgb(64,183,172); }
td.TdClassName
{
border-color: #40B7AC;
}
.TagClassName
{
border-color: #40B7AC;
}
</style>