Shades of Puerto Rico #48C5AB
Tints of Puerto Rico #48C5AB
RGB
CMYK
RGB Variations
Color information
#48C5AB (or 0x48C5AB) is known color: Puerto Rico. HEX triplet: 48, C5 and AB. RGB value is (72,197,171). Sum of RGB (Red+Green+Blue) = 72+197+171=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #48C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C5AB is #B73A54. Grayscale: #9C9C9C. Windows color (decimal): -12008021 or 11257160. OLE color: 11257160.
HSL color Cylindrical-coordinate representation of color #48C5AB: hue angle of 167.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C5AB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 171 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.23 |
| HSL | 167.52º | 0.52% | 0.53% | - |
| HSV(B) | 167.52º | 0.63% | 0.77% | - |
| XYZ | 29.99 | 44.25 | 45.49 | - |
| YUV | 156.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 171 | 0.63 | 0 | 0.13 | 0.23 | 167.52 | 0.52 | 0.53 |
| Hex | 48 | C5 | AB | 3F | 0 | D | 17 | A8 | 34 | 35 |
| Octal | 110 | 305 | 253 | 77 | 0 | 15 | 27 | 250 | 64 | 65 |
| Binary | 1001000 | 11000101 | 10101011 | 111111 | 0 | 1101 | 10111 | 10101000 | 110100 | 110101 |
Color Harmonies of #48C5AB
Complementary color
Monochromatic Colors of #48C5AB
Black with #48C5AB
Text Example
Text Example
White with #48C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C5AB; }
p { color: rgb(72,197,171); }
H1.HeaderClassName
{
color: #48C5AB;
}
.AnyTagClassName
{
color: #48C5AB;
}
</style>
background-color css
<style>
a { background-color: #48C5AB; }
a { background-color: rgb(72,197,171); }
div.DivClassName
{
background-color: #48C5AB;
}
.BgClassName
{
background-color: #48C5AB;
}
</style>
border-color css
<style>
span { border-color: #48C5AB; }
span { border-color: rgb(72,197,171); }
td.TdClassName
{
border-color: #48C5AB;
}
.TagClassName
{
border-color: #48C5AB;
}
</style>