Shades of Puerto Rico #48C4AD
Tints of Puerto Rico #48C4AD
RGB
CMYK
RGB Variations
Color information
#48C4AD (or 0x48C4AD) is known color: Puerto Rico. HEX triplet: 48, C4 and AD. RGB value is (72,196,173). Sum of RGB (Red+Green+Blue) = 72+196+173=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #48C4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C4AD is #B73B52. Grayscale: #9C9C9C. Windows color (decimal): -12008275 or 11387976. OLE color: 11387976.
HSL color Cylindrical-coordinate representation of color #48C4AD: hue angle of 168.87º degrees, saturation: 0.51, 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 #48C4AD is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 173 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.23 |
| HSL | 168.87º | 0.51% | 0.53% | - |
| HSV(B) | 168.87º | 0.63% | 0.77% | - |
| XYZ | 29.96 | 43.87 | 46.43 | - |
| YUV | 156.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 173 | 0.63 | 0 | 0.12 | 0.23 | 168.87 | 0.51 | 0.53 |
| Hex | 48 | C4 | AD | 3F | 0 | C | 17 | A9 | 33 | 35 |
| Octal | 110 | 304 | 255 | 77 | 0 | 14 | 27 | 251 | 63 | 65 |
| Binary | 1001000 | 11000100 | 10101101 | 111111 | 0 | 1100 | 10111 | 10101001 | 110011 | 110101 |
Color Harmonies of #48C4AD
Complementary color
Monochromatic Colors of #48C4AD
Black with #48C4AD
Text Example
Text Example
White with #48C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C4AD; }
p { color: rgb(72,196,173); }
H1.HeaderClassName
{
color: #48C4AD;
}
.AnyTagClassName
{
color: #48C4AD;
}
</style>
background-color css
<style>
a { background-color: #48C4AD; }
a { background-color: rgb(72,196,173); }
div.DivClassName
{
background-color: #48C4AD;
}
.BgClassName
{
background-color: #48C4AD;
}
</style>
border-color css
<style>
span { border-color: #48C4AD; }
span { border-color: rgb(72,196,173); }
td.TdClassName
{
border-color: #48C4AD;
}
.TagClassName
{
border-color: #48C4AD;
}
</style>