Shades of Puerto Rico #48AEA2
Tints of Puerto Rico #48AEA2
RGB
CMYK
RGB Variations
Color information
#48AEA2 (or 0x48AEA2) is known color: Puerto Rico. HEX triplet: 48, AE and A2. RGB value is (72,174,162). Sum of RGB (Red+Green+Blue) = 72+174+162=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEA2 is #B7515D. Grayscale: #8E8E8E. Windows color (decimal): -12013918 or 10661448. OLE color: 10661448.
HSL color Cylindrical-coordinate representation of color #48AEA2: hue angle of 172.94º 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 #48AEA2 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 174 | 162 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.32 |
| HSL | 172.94º | 0.41% | 0.48% | - |
| HSV(B) | 172.94º | 0.59% | 0.68% | - |
| XYZ | 24.33 | 34.26 | 39.51 | - |
| YUV | 142.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 162 | 0.59 | 0 | 0.07 | 0.32 | 172.94 | 0.41 | 0.48 |
| Hex | 48 | AE | A2 | 3B | 0 | 7 | 20 | AD | 29 | 30 |
| Octal | 110 | 256 | 242 | 73 | 0 | 7 | 40 | 255 | 51 | 60 |
| Binary | 1001000 | 10101110 | 10100010 | 111011 | 0 | 111 | 100000 | 10101101 | 101001 | 110000 |
Color Harmonies of #48AEA2
Complementary color
Monochromatic Colors of #48AEA2
Black with #48AEA2
Text Example
Text Example
White with #48AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AEA2; }
p { color: rgb(72,174,162); }
H1.HeaderClassName
{
color: #48AEA2;
}
.AnyTagClassName
{
color: #48AEA2;
}
</style>
background-color css
<style>
a { background-color: #48AEA2; }
a { background-color: rgb(72,174,162); }
div.DivClassName
{
background-color: #48AEA2;
}
.BgClassName
{
background-color: #48AEA2;
}
</style>
border-color css
<style>
span { border-color: #48AEA2; }
span { border-color: rgb(72,174,162); }
td.TdClassName
{
border-color: #48AEA2;
}
.TagClassName
{
border-color: #48AEA2;
}
</style>