Shades of Puerto Rico #48BCAE
Tints of Puerto Rico #48BCAE
RGB
CMYK
RGB Variations
Color information
#48BCAE (or 0x48BCAE) is known color: Puerto Rico. HEX triplet: 48, BC and AE. RGB value is (72,188,174). Sum of RGB (Red+Green+Blue) = 72+188+174=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCAE is #B74351. Grayscale: #979797. Windows color (decimal): -12010322 or 11451464. OLE color: 11451464.
HSL color Cylindrical-coordinate representation of color #48BCAE: hue angle of 172.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCAE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 174 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.26 |
| HSL | 172.76º | 0.46% | 0.51% | - |
| HSV(B) | 172.76º | 0.62% | 0.74% | - |
| XYZ | 28.3 | 40.4 | 46.35 | - |
| YUV | 151.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 174 | 0.62 | 0 | 0.07 | 0.26 | 172.76 | 0.46 | 0.51 |
| Hex | 48 | BC | AE | 3E | 0 | 7 | 1A | AD | 2E | 33 |
| Octal | 110 | 274 | 256 | 76 | 0 | 7 | 32 | 255 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10101110 | 111110 | 0 | 111 | 11010 | 10101101 | 101110 | 110011 |
Color Harmonies of #48BCAE
Complementary color
Monochromatic Colors of #48BCAE
Black with #48BCAE
Text Example
Text Example
White with #48BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCAE; }
p { color: rgb(72,188,174); }
H1.HeaderClassName
{
color: #48BCAE;
}
.AnyTagClassName
{
color: #48BCAE;
}
</style>
background-color css
<style>
a { background-color: #48BCAE; }
a { background-color: rgb(72,188,174); }
div.DivClassName
{
background-color: #48BCAE;
}
.BgClassName
{
background-color: #48BCAE;
}
</style>
border-color css
<style>
span { border-color: #48BCAE; }
span { border-color: rgb(72,188,174); }
td.TdClassName
{
border-color: #48BCAE;
}
.TagClassName
{
border-color: #48BCAE;
}
</style>