Shades of Puerto Rico #48C2AA
Tints of Puerto Rico #48C2AA
RGB
CMYK
RGB Variations
Color information
#48C2AA (or 0x48C2AA) is known color: Puerto Rico. HEX triplet: 48, C2 and AA. RGB value is (72,194,170). Sum of RGB (Red+Green+Blue) = 72+194+170=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #48C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C2AA is #B73D55. Grayscale: #9A9A9A. Windows color (decimal): -12008790 or 11190856. OLE color: 11190856.
HSL color Cylindrical-coordinate representation of color #48C2AA: hue angle of 168.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C2AA is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 170 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.24 |
| HSL | 168.2º | 0.5% | 0.52% | - |
| HSV(B) | 168.2º | 0.63% | 0.76% | - |
| XYZ | 29.22 | 42.86 | 44.76 | - |
| YUV | 154.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 170 | 0.63 | 0 | 0.12 | 0.24 | 168.2 | 0.5 | 0.52 |
| Hex | 48 | C2 | AA | 3F | 0 | C | 18 | A8 | 32 | 34 |
| Octal | 110 | 302 | 252 | 77 | 0 | 14 | 30 | 250 | 62 | 64 |
| Binary | 1001000 | 11000010 | 10101010 | 111111 | 0 | 1100 | 11000 | 10101000 | 110010 | 110100 |
Color Harmonies of #48C2AA
Complementary color
Monochromatic Colors of #48C2AA
Black with #48C2AA
Text Example
Text Example
White with #48C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C2AA; }
p { color: rgb(72,194,170); }
H1.HeaderClassName
{
color: #48C2AA;
}
.AnyTagClassName
{
color: #48C2AA;
}
</style>
background-color css
<style>
a { background-color: #48C2AA; }
a { background-color: rgb(72,194,170); }
div.DivClassName
{
background-color: #48C2AA;
}
.BgClassName
{
background-color: #48C2AA;
}
</style>
border-color css
<style>
span { border-color: #48C2AA; }
span { border-color: rgb(72,194,170); }
td.TdClassName
{
border-color: #48C2AA;
}
.TagClassName
{
border-color: #48C2AA;
}
</style>