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