Shades of Puerto Rico #4AD0AB
Tints of Puerto Rico #4AD0AB
RGB
CMYK
RGB Variations
Color information
#4AD0AB (or 0x4AD0AB) is known color: Puerto Rico. HEX triplet: 4A, D0 and AB. RGB value is (74,208,171). Sum of RGB (Red+Green+Blue) = 74+208+171=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD0AB is #B52F54. Grayscale: #A3A3A3. Windows color (decimal): -11874133 or 11259978. OLE color: 11259978.
HSL color Cylindrical-coordinate representation of color #4AD0AB: hue angle of 163.43º 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 #4AD0AB is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 171 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.18 |
| HSL | 163.43º | 0.59% | 0.55% | - |
| HSV(B) | 163.43º | 0.64% | 0.82% | - |
| XYZ | 32.73 | 49.51 | 46.36 | - |
| YUV | 163.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 171 | 0.64 | 0 | 0.18 | 0.18 | 163.43 | 0.59 | 0.55 |
| Hex | 4A | D0 | AB | 40 | 0 | 12 | 12 | A3 | 3B | 37 |
| Octal | 112 | 320 | 253 | 100 | 0 | 22 | 22 | 243 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10101011 | 1000000 | 0 | 10010 | 10010 | 10100011 | 111011 | 110111 |
Color Harmonies of #4AD0AB
Complementary color
Monochromatic Colors of #4AD0AB
Black with #4AD0AB
Text Example
Text Example
White with #4AD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD0AB; }
p { color: rgb(74,208,171); }
H1.HeaderClassName
{
color: #4AD0AB;
}
.AnyTagClassName
{
color: #4AD0AB;
}
</style>
background-color css
<style>
a { background-color: #4AD0AB; }
a { background-color: rgb(74,208,171); }
div.DivClassName
{
background-color: #4AD0AB;
}
.BgClassName
{
background-color: #4AD0AB;
}
</style>
border-color css
<style>
span { border-color: #4AD0AB; }
span { border-color: rgb(74,208,171); }
td.TdClassName
{
border-color: #4AD0AB;
}
.TagClassName
{
border-color: #4AD0AB;
}
</style>