Shades of Puerto Rico #4ABAAD
Tints of Puerto Rico #4ABAAD
RGB
CMYK
RGB Variations
Color information
#4ABAAD (or 0x4ABAAD) is known color: Puerto Rico. HEX triplet: 4A, BA and AD. RGB value is (74,186,173). Sum of RGB (Red+Green+Blue) = 74+186+173=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABAAD is #B54552. Grayscale: #969696. Windows color (decimal): -11879763 or 11385418. OLE color: 11385418.
HSL color Cylindrical-coordinate representation of color #4ABAAD: hue angle of 173.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABAAD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 173 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.27 |
| HSL | 173.04º | 0.45% | 0.51% | - |
| HSV(B) | 173.04º | 0.6% | 0.73% | - |
| XYZ | 27.93 | 39.59 | 45.71 | - |
| YUV | 151.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 173 | 0.60 | 0 | 0.07 | 0.27 | 173.04 | 0.45 | 0.51 |
| Hex | 4A | BA | AD | 3C | 0 | 7 | 1B | AD | 2D | 33 |
| Octal | 112 | 272 | 255 | 74 | 0 | 7 | 33 | 255 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10101101 | 111100 | 0 | 111 | 11011 | 10101101 | 101101 | 110011 |
Color Harmonies of #4ABAAD
Complementary color
Monochromatic Colors of #4ABAAD
Black with #4ABAAD
Text Example
Text Example
White with #4ABAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAAD; }
p { color: rgb(74,186,173); }
H1.HeaderClassName
{
color: #4ABAAD;
}
.AnyTagClassName
{
color: #4ABAAD;
}
</style>
background-color css
<style>
a { background-color: #4ABAAD; }
a { background-color: rgb(74,186,173); }
div.DivClassName
{
background-color: #4ABAAD;
}
.BgClassName
{
background-color: #4ABAAD;
}
</style>
border-color css
<style>
span { border-color: #4ABAAD; }
span { border-color: rgb(74,186,173); }
td.TdClassName
{
border-color: #4ABAAD;
}
.TagClassName
{
border-color: #4ABAAD;
}
</style>