Shades of Puerto Rico #48AEA3
Tints of Puerto Rico #48AEA3
RGB
CMYK
RGB Variations
Color information
#48AEA3 (or 0x48AEA3) is known color: Puerto Rico. HEX triplet: 48, AE and A3. RGB value is (72,174,163). Sum of RGB (Red+Green+Blue) = 72+174+163=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEA3 is #B7515C. Grayscale: #8E8E8E. Windows color (decimal): -12013917 or 10726984. OLE color: 10726984.
HSL color Cylindrical-coordinate representation of color #48AEA3: hue angle of 173.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AEA3 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 174 | 163 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.32 |
| HSL | 173.53º | 0.41% | 0.48% | - |
| HSV(B) | 173.53º | 0.59% | 0.68% | - |
| XYZ | 24.42 | 34.29 | 39.98 | - |
| YUV | 142.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 163 | 0.59 | 0 | 0.06 | 0.32 | 173.53 | 0.41 | 0.48 |
| Hex | 48 | AE | A3 | 3B | 0 | 6 | 20 | AE | 29 | 30 |
| Octal | 110 | 256 | 243 | 73 | 0 | 6 | 40 | 256 | 51 | 60 |
| Binary | 1001000 | 10101110 | 10100011 | 111011 | 0 | 110 | 100000 | 10101110 | 101001 | 110000 |
Color Harmonies of #48AEA3
Complementary color
Monochromatic Colors of #48AEA3
Black with #48AEA3
Text Example
Text Example
White with #48AEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AEA3; }
p { color: rgb(72,174,163); }
H1.HeaderClassName
{
color: #48AEA3;
}
.AnyTagClassName
{
color: #48AEA3;
}
</style>
background-color css
<style>
a { background-color: #48AEA3; }
a { background-color: rgb(72,174,163); }
div.DivClassName
{
background-color: #48AEA3;
}
.BgClassName
{
background-color: #48AEA3;
}
</style>
border-color css
<style>
span { border-color: #48AEA3; }
span { border-color: rgb(72,174,163); }
td.TdClassName
{
border-color: #48AEA3;
}
.TagClassName
{
border-color: #48AEA3;
}
</style>