Shades of Puerto Rico #48CEAC
Tints of Puerto Rico #48CEAC
RGB
CMYK
RGB Variations
Color information
#48CEAC (or 0x48CEAC) is known color: Puerto Rico. HEX triplet: 48, CE and AC. RGB value is (72,206,172). Sum of RGB (Red+Green+Blue) = 72+206+172=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CEAC is #B73153. Grayscale: #A2A2A2. Windows color (decimal): -12005716 or 11325000. OLE color: 11325000.
HSL color Cylindrical-coordinate representation of color #48CEAC: hue angle of 164.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEAC is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 172 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.19 |
| HSL | 164.78º | 0.58% | 0.55% | - |
| HSV(B) | 164.78º | 0.65% | 0.81% | - |
| XYZ | 32.19 | 48.5 | 46.69 | - |
| YUV | 162.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 172 | 0.65 | 0 | 0.17 | 0.19 | 164.78 | 0.58 | 0.55 |
| Hex | 48 | CE | AC | 41 | 0 | 11 | 13 | A5 | 3A | 37 |
| Octal | 110 | 316 | 254 | 101 | 0 | 21 | 23 | 245 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10101100 | 1000001 | 0 | 10001 | 10011 | 10100101 | 111010 | 110111 |
Color Harmonies of #48CEAC
Complementary color
Monochromatic Colors of #48CEAC
Black with #48CEAC
Text Example
Text Example
White with #48CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CEAC; }
p { color: rgb(72,206,172); }
H1.HeaderClassName
{
color: #48CEAC;
}
.AnyTagClassName
{
color: #48CEAC;
}
</style>
background-color css
<style>
a { background-color: #48CEAC; }
a { background-color: rgb(72,206,172); }
div.DivClassName
{
background-color: #48CEAC;
}
.BgClassName
{
background-color: #48CEAC;
}
</style>
border-color css
<style>
span { border-color: #48CEAC; }
span { border-color: rgb(72,206,172); }
td.TdClassName
{
border-color: #48CEAC;
}
.TagClassName
{
border-color: #48CEAC;
}
</style>