Shades of Puerto Rico #4ABD9C
Tints of Puerto Rico #4ABD9C
RGB
CMYK
RGB Variations
Color information
#4ABD9C (or 0x4ABD9C) is known color: Puerto Rico. HEX triplet: 4A, BD and 9C. RGB value is (74,189,156). Sum of RGB (Red+Green+Blue) = 74+189+156=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABD9C is #B54263. Grayscale: #969696. Windows color (decimal): -11879012 or 10272074. OLE color: 10272074.
HSL color Cylindrical-coordinate representation of color #4ABD9C: hue angle of 162.78º 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 #4ABD9C is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 156 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.26 |
| HSL | 162.78º | 0.47% | 0.52% | - |
| HSV(B) | 162.78º | 0.61% | 0.74% | - |
| XYZ | 27.02 | 40.25 | 37.8 | - |
| YUV | 150.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 156 | 0.61 | 0 | 0.17 | 0.26 | 162.78 | 0.47 | 0.52 |
| Hex | 4A | BD | 9C | 3D | 0 | 11 | 1A | A3 | 2F | 34 |
| Octal | 112 | 275 | 234 | 75 | 0 | 21 | 32 | 243 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10011100 | 111101 | 0 | 10001 | 11010 | 10100011 | 101111 | 110100 |
Color Harmonies of #4ABD9C
Complementary color
Monochromatic Colors of #4ABD9C
Black with #4ABD9C
Text Example
Text Example
White with #4ABD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD9C; }
p { color: rgb(74,189,156); }
H1.HeaderClassName
{
color: #4ABD9C;
}
.AnyTagClassName
{
color: #4ABD9C;
}
</style>
background-color css
<style>
a { background-color: #4ABD9C; }
a { background-color: rgb(74,189,156); }
div.DivClassName
{
background-color: #4ABD9C;
}
.BgClassName
{
background-color: #4ABD9C;
}
</style>
border-color css
<style>
span { border-color: #4ABD9C; }
span { border-color: rgb(74,189,156); }
td.TdClassName
{
border-color: #4ABD9C;
}
.TagClassName
{
border-color: #4ABD9C;
}
</style>