Shades of Puerto Rico #4ABE9F
Tints of Puerto Rico #4ABE9F
RGB
CMYK
RGB Variations
Color information
#4ABE9F (or 0x4ABE9F) is known color: Puerto Rico. HEX triplet: 4A, BE and 9F. RGB value is (74,190,159). Sum of RGB (Red+Green+Blue) = 74+190+159=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABE9F is #B54160. Grayscale: #979797. Windows color (decimal): -11878753 or 10468938. OLE color: 10468938.
HSL color Cylindrical-coordinate representation of color #4ABE9F: hue angle of 163.97º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE9F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 159 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.25 |
| HSL | 163.97º | 0.47% | 0.52% | - |
| HSV(B) | 163.97º | 0.61% | 0.75% | - |
| XYZ | 27.5 | 40.79 | 39.22 | - |
| YUV | 151.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 159 | 0.61 | 0 | 0.16 | 0.25 | 163.97 | 0.47 | 0.52 |
| Hex | 4A | BE | 9F | 3D | 0 | 10 | 19 | A4 | 2F | 34 |
| Octal | 112 | 276 | 237 | 75 | 0 | 20 | 31 | 244 | 57 | 64 |
| Binary | 1001010 | 10111110 | 10011111 | 111101 | 0 | 10000 | 11001 | 10100100 | 101111 | 110100 |
Color Harmonies of #4ABE9F
Complementary color
Monochromatic Colors of #4ABE9F
Black with #4ABE9F
Text Example
Text Example
White with #4ABE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE9F; }
p { color: rgb(74,190,159); }
H1.HeaderClassName
{
color: #4ABE9F;
}
.AnyTagClassName
{
color: #4ABE9F;
}
</style>
background-color css
<style>
a { background-color: #4ABE9F; }
a { background-color: rgb(74,190,159); }
div.DivClassName
{
background-color: #4ABE9F;
}
.BgClassName
{
background-color: #4ABE9F;
}
</style>
border-color css
<style>
span { border-color: #4ABE9F; }
span { border-color: rgb(74,190,159); }
td.TdClassName
{
border-color: #4ABE9F;
}
.TagClassName
{
border-color: #4ABE9F;
}
</style>