Shades of Puerto Rico #4AD0AC
Tints of Puerto Rico #4AD0AC
RGB
CMYK
RGB Variations
Color information
#4AD0AC (or 0x4AD0AC) is known color: Puerto Rico. HEX triplet: 4A, D0 and AC. RGB value is (74,208,172). Sum of RGB (Red+Green+Blue) = 74+208+172=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD0AC is #B52F53. Grayscale: #A3A3A3. Windows color (decimal): -11874132 or 11325514. OLE color: 11325514.
HSL color Cylindrical-coordinate representation of color #4AD0AC: hue angle of 163.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0AC is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 172 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.18 |
| HSL | 163.88º | 0.59% | 0.55% | - |
| HSV(B) | 163.88º | 0.64% | 0.82% | - |
| XYZ | 32.83 | 49.55 | 46.86 | - |
| YUV | 163.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 172 | 0.64 | 0 | 0.17 | 0.18 | 163.88 | 0.59 | 0.55 |
| Hex | 4A | D0 | AC | 40 | 0 | 11 | 12 | A4 | 3B | 37 |
| Octal | 112 | 320 | 254 | 100 | 0 | 21 | 22 | 244 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10101100 | 1000000 | 0 | 10001 | 10010 | 10100100 | 111011 | 110111 |
Color Harmonies of #4AD0AC
Complementary color
Monochromatic Colors of #4AD0AC
Black with #4AD0AC
Text Example
Text Example
White with #4AD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0AC; }
p { color: rgb(74,208,172); }
H1.HeaderClassName
{
color: #4AD0AC;
}
.AnyTagClassName
{
color: #4AD0AC;
}
</style>
background-color css
<style>
a { background-color: #4AD0AC; }
a { background-color: rgb(74,208,172); }
div.DivClassName
{
background-color: #4AD0AC;
}
.BgClassName
{
background-color: #4AD0AC;
}
</style>
border-color css
<style>
span { border-color: #4AD0AC; }
span { border-color: rgb(74,208,172); }
td.TdClassName
{
border-color: #4AD0AC;
}
.TagClassName
{
border-color: #4AD0AC;
}
</style>