Shades of Puerto Rico #4ABBAD
Tints of Puerto Rico #4ABBAD
RGB
CMYK
RGB Variations
Color information
#4ABBAD (or 0x4ABBAD) is known color: Puerto Rico. HEX triplet: 4A, BB and AD. RGB value is (74,187,173). Sum of RGB (Red+Green+Blue) = 74+187+173=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABBAD is #B54452. Grayscale: #979797. Windows color (decimal): -11879507 or 11385674. OLE color: 11385674.
HSL color Cylindrical-coordinate representation of color #4ABBAD: hue angle of 172.57º 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 #4ABBAD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 173 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.27 |
| HSL | 172.57º | 0.45% | 0.51% | - |
| HSV(B) | 172.57º | 0.6% | 0.73% | - |
| XYZ | 28.14 | 40.01 | 45.78 | - |
| YUV | 151.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 173 | 0.60 | 0 | 0.07 | 0.27 | 172.57 | 0.45 | 0.51 |
| Hex | 4A | BB | AD | 3C | 0 | 7 | 1B | AD | 2D | 33 |
| Octal | 112 | 273 | 255 | 74 | 0 | 7 | 33 | 255 | 55 | 63 |
| Binary | 1001010 | 10111011 | 10101101 | 111100 | 0 | 111 | 11011 | 10101101 | 101101 | 110011 |
Color Harmonies of #4ABBAD
Complementary color
Monochromatic Colors of #4ABBAD
Black with #4ABBAD
Text Example
Text Example
White with #4ABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBAD; }
p { color: rgb(74,187,173); }
H1.HeaderClassName
{
color: #4ABBAD;
}
.AnyTagClassName
{
color: #4ABBAD;
}
</style>
background-color css
<style>
a { background-color: #4ABBAD; }
a { background-color: rgb(74,187,173); }
div.DivClassName
{
background-color: #4ABBAD;
}
.BgClassName
{
background-color: #4ABBAD;
}
</style>
border-color css
<style>
span { border-color: #4ABBAD; }
span { border-color: rgb(74,187,173); }
td.TdClassName
{
border-color: #4ABBAD;
}
.TagClassName
{
border-color: #4ABBAD;
}
</style>