Shades of Puerto Rico #4AD0AE
Tints of Puerto Rico #4AD0AE
RGB
CMYK
RGB Variations
Color information
#4AD0AE (or 0x4AD0AE) is known color: Puerto Rico. HEX triplet: 4A, D0 and AE. RGB value is (74,208,174). Sum of RGB (Red+Green+Blue) = 74+208+174=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD0AE is #B52F51. Grayscale: #A4A4A4. Windows color (decimal): -11874130 or 11456586. OLE color: 11456586.
HSL color Cylindrical-coordinate representation of color #4AD0AE: hue angle of 164.78º 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 #4AD0AE is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 174 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.18 |
| HSL | 164.78º | 0.59% | 0.55% | - |
| HSV(B) | 164.78º | 0.64% | 0.82% | - |
| XYZ | 33.02 | 49.62 | 47.88 | - |
| YUV | 164.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 174 | 0.64 | 0 | 0.16 | 0.18 | 164.78 | 0.59 | 0.55 |
| Hex | 4A | D0 | AE | 40 | 0 | 10 | 12 | A5 | 3B | 37 |
| Octal | 112 | 320 | 256 | 100 | 0 | 20 | 22 | 245 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10101110 | 1000000 | 0 | 10000 | 10010 | 10100101 | 111011 | 110111 |
Color Harmonies of #4AD0AE
Complementary color
Monochromatic Colors of #4AD0AE
Black with #4AD0AE
Text Example
Text Example
White with #4AD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0AE; }
p { color: rgb(74,208,174); }
H1.HeaderClassName
{
color: #4AD0AE;
}
.AnyTagClassName
{
color: #4AD0AE;
}
</style>
background-color css
<style>
a { background-color: #4AD0AE; }
a { background-color: rgb(74,208,174); }
div.DivClassName
{
background-color: #4AD0AE;
}
.BgClassName
{
background-color: #4AD0AE;
}
</style>
border-color css
<style>
span { border-color: #4AD0AE; }
span { border-color: rgb(74,208,174); }
td.TdClassName
{
border-color: #4AD0AE;
}
.TagClassName
{
border-color: #4AD0AE;
}
</style>