Shades of Puerto Rico #48BBAF
Tints of Puerto Rico #48BBAF
RGB
CMYK
RGB Variations
Color information
#48BBAF (or 0x48BBAF) is known color: Puerto Rico. HEX triplet: 48, BB and AF. RGB value is (72,187,175). Sum of RGB (Red+Green+Blue) = 72+187+175=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BBAF is #B74450. Grayscale: #979797. Windows color (decimal): -12010577 or 11516744. OLE color: 11516744.
HSL color Cylindrical-coordinate representation of color #48BBAF: hue angle of 173.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BBAF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 187 | 175 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.27 |
| HSL | 173.74º | 0.46% | 0.51% | - |
| HSV(B) | 173.74º | 0.61% | 0.73% | - |
| XYZ | 28.18 | 40.01 | 46.8 | - |
| YUV | 151.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 175 | 0.61 | 0 | 0.06 | 0.27 | 173.74 | 0.46 | 0.51 |
| Hex | 48 | BB | AF | 3D | 0 | 6 | 1B | AE | 2E | 33 |
| Octal | 110 | 273 | 257 | 75 | 0 | 6 | 33 | 256 | 56 | 63 |
| Binary | 1001000 | 10111011 | 10101111 | 111101 | 0 | 110 | 11011 | 10101110 | 101110 | 110011 |
Color Harmonies of #48BBAF
Complementary color
Monochromatic Colors of #48BBAF
Black with #48BBAF
Text Example
Text Example
White with #48BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBAF; }
p { color: rgb(72,187,175); }
H1.HeaderClassName
{
color: #48BBAF;
}
.AnyTagClassName
{
color: #48BBAF;
}
</style>
background-color css
<style>
a { background-color: #48BBAF; }
a { background-color: rgb(72,187,175); }
div.DivClassName
{
background-color: #48BBAF;
}
.BgClassName
{
background-color: #48BBAF;
}
</style>
border-color css
<style>
span { border-color: #48BBAF; }
span { border-color: rgb(72,187,175); }
td.TdClassName
{
border-color: #48BBAF;
}
.TagClassName
{
border-color: #48BBAF;
}
</style>