Shades of Puerto Rico #48C3AF
Tints of Puerto Rico #48C3AF
RGB
CMYK
RGB Variations
Color information
#48C3AF (or 0x48C3AF) is known color: Puerto Rico. HEX triplet: 48, C3 and AF. RGB value is (72,195,175). Sum of RGB (Red+Green+Blue) = 72+195+175=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C3AF is #B73C50. Grayscale: #9B9B9B. Windows color (decimal): -12008529 or 11518792. OLE color: 11518792.
HSL color Cylindrical-coordinate representation of color #48C3AF: hue angle of 170.24º degrees, saturation: 0.51, 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 #48C3AF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 175 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.24 |
| HSL | 170.24º | 0.51% | 0.52% | - |
| HSV(B) | 170.24º | 0.63% | 0.76% | - |
| XYZ | 29.93 | 43.5 | 47.38 | - |
| YUV | 155.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 175 | 0.63 | 0 | 0.10 | 0.24 | 170.24 | 0.51 | 0.52 |
| Hex | 48 | C3 | AF | 3F | 0 | A | 18 | AA | 33 | 34 |
| Octal | 110 | 303 | 257 | 77 | 0 | 12 | 30 | 252 | 63 | 64 |
| Binary | 1001000 | 11000011 | 10101111 | 111111 | 0 | 1010 | 11000 | 10101010 | 110011 | 110100 |
Color Harmonies of #48C3AF
Complementary color
Monochromatic Colors of #48C3AF
Black with #48C3AF
Text Example
Text Example
White with #48C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C3AF; }
p { color: rgb(72,195,175); }
H1.HeaderClassName
{
color: #48C3AF;
}
.AnyTagClassName
{
color: #48C3AF;
}
</style>
background-color css
<style>
a { background-color: #48C3AF; }
a { background-color: rgb(72,195,175); }
div.DivClassName
{
background-color: #48C3AF;
}
.BgClassName
{
background-color: #48C3AF;
}
</style>
border-color css
<style>
span { border-color: #48C3AF; }
span { border-color: rgb(72,195,175); }
td.TdClassName
{
border-color: #48C3AF;
}
.TagClassName
{
border-color: #48C3AF;
}
</style>