Shades of Puerto Rico #4ABD9E
Tints of Puerto Rico #4ABD9E
RGB
CMYK
RGB Variations
Color information
#4ABD9E (or 0x4ABD9E) is known color: Puerto Rico. HEX triplet: 4A, BD and 9E. RGB value is (74,189,158). Sum of RGB (Red+Green+Blue) = 74+189+158=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABD9E is #B54261. Grayscale: #979797. Windows color (decimal): -11879010 or 10403146. OLE color: 10403146.
HSL color Cylindrical-coordinate representation of color #4ABD9E: hue angle of 163.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD9E is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 158 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.26 |
| HSL | 163.83º | 0.47% | 0.52% | - |
| HSV(B) | 163.83º | 0.61% | 0.74% | - |
| XYZ | 27.19 | 40.32 | 38.7 | - |
| YUV | 151.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 158 | 0.61 | 0 | 0.16 | 0.26 | 163.83 | 0.47 | 0.52 |
| Hex | 4A | BD | 9E | 3D | 0 | 10 | 1A | A4 | 2F | 34 |
| Octal | 112 | 275 | 236 | 75 | 0 | 20 | 32 | 244 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10011110 | 111101 | 0 | 10000 | 11010 | 10100100 | 101111 | 110100 |
Color Harmonies of #4ABD9E
Complementary color
Monochromatic Colors of #4ABD9E
Black with #4ABD9E
Text Example
Text Example
White with #4ABD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD9E; }
p { color: rgb(74,189,158); }
H1.HeaderClassName
{
color: #4ABD9E;
}
.AnyTagClassName
{
color: #4ABD9E;
}
</style>
background-color css
<style>
a { background-color: #4ABD9E; }
a { background-color: rgb(74,189,158); }
div.DivClassName
{
background-color: #4ABD9E;
}
.BgClassName
{
background-color: #4ABD9E;
}
</style>
border-color css
<style>
span { border-color: #4ABD9E; }
span { border-color: rgb(74,189,158); }
td.TdClassName
{
border-color: #4ABD9E;
}
.TagClassName
{
border-color: #4ABD9E;
}
</style>