Shades of Puerto Rico #48B7AF
Tints of Puerto Rico #48B7AF
RGB
CMYK
RGB Variations
Color information
#48B7AF (or 0x48B7AF) is known color: Puerto Rico. HEX triplet: 48, B7 and AF. RGB value is (72,183,175). Sum of RGB (Red+Green+Blue) = 72+183+175=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #48B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B7AF is #B74850. Grayscale: #949494. Windows color (decimal): -12011601 or 11515720. OLE color: 11515720.
HSL color Cylindrical-coordinate representation of color #48B7AF: hue angle of 175.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B7AF is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 175 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.28 |
| HSL | 175.68º | 0.44% | 0.5% | - |
| HSV(B) | 175.68º | 0.61% | 0.72% | - |
| XYZ | 27.34 | 38.34 | 46.52 | - |
| YUV | 148.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 175 | 0.61 | 0 | 0.04 | 0.28 | 175.68 | 0.44 | 0.5 |
| Hex | 48 | B7 | AF | 3D | 0 | 4 | 1C | B0 | 2C | 32 |
| Octal | 110 | 267 | 257 | 75 | 0 | 4 | 34 | 260 | 54 | 62 |
| Binary | 1001000 | 10110111 | 10101111 | 111101 | 0 | 100 | 11100 | 10110000 | 101100 | 110010 |
Color Harmonies of #48B7AF
Complementary color
Monochromatic Colors of #48B7AF
Black with #48B7AF
Text Example
Text Example
White with #48B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B7AF; }
p { color: rgb(72,183,175); }
H1.HeaderClassName
{
color: #48B7AF;
}
.AnyTagClassName
{
color: #48B7AF;
}
</style>
background-color css
<style>
a { background-color: #48B7AF; }
a { background-color: rgb(72,183,175); }
div.DivClassName
{
background-color: #48B7AF;
}
.BgClassName
{
background-color: #48B7AF;
}
</style>
border-color css
<style>
span { border-color: #48B7AF; }
span { border-color: rgb(72,183,175); }
td.TdClassName
{
border-color: #48B7AF;
}
.TagClassName
{
border-color: #48B7AF;
}
</style>