Shades of Puerto Rico #48AEAC
Tints of Puerto Rico #48AEAC
RGB
CMYK
RGB Variations
Color information
#48AEAC (or 0x48AEAC) is known color: Puerto Rico. HEX triplet: 48, AE and AC. RGB value is (72,174,172). Sum of RGB (Red+Green+Blue) = 72+174+172=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEAC is #B75153. Grayscale: #8F8F8F. Windows color (decimal): -12013908 or 11316808. OLE color: 11316808.
HSL color Cylindrical-coordinate representation of color #48AEAC: hue angle of 178.82º 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 #48AEAC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 174 | 172 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.32 |
| HSL | 178.82º | 0.41% | 0.48% | - |
| HSV(B) | 178.82º | 0.59% | 0.68% | - |
| XYZ | 25.25 | 34.63 | 44.38 | - |
| YUV | 143.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 172 | 0.59 | 0 | 0.01 | 0.32 | 178.82 | 0.41 | 0.48 |
| Hex | 48 | AE | AC | 3B | 0 | 1 | 20 | B3 | 29 | 30 |
| Octal | 110 | 256 | 254 | 73 | 0 | 1 | 40 | 263 | 51 | 60 |
| Binary | 1001000 | 10101110 | 10101100 | 111011 | 0 | 1 | 100000 | 10110011 | 101001 | 110000 |
Color Harmonies of #48AEAC
Complementary color
Monochromatic Colors of #48AEAC
Black with #48AEAC
Text Example
Text Example
White with #48AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AEAC; }
p { color: rgb(72,174,172); }
H1.HeaderClassName
{
color: #48AEAC;
}
.AnyTagClassName
{
color: #48AEAC;
}
</style>
background-color css
<style>
a { background-color: #48AEAC; }
a { background-color: rgb(72,174,172); }
div.DivClassName
{
background-color: #48AEAC;
}
.BgClassName
{
background-color: #48AEAC;
}
</style>
border-color css
<style>
span { border-color: #48AEAC; }
span { border-color: rgb(72,174,172); }
td.TdClassName
{
border-color: #48AEAC;
}
.TagClassName
{
border-color: #48AEAC;
}
</style>