Shades of Puerto Rico #4AB29C
Tints of Puerto Rico #4AB29C
RGB
CMYK
RGB Variations
Color information
#4AB29C (or 0x4AB29C) is known color: Puerto Rico. HEX triplet: 4A, B2 and 9C. RGB value is (74,178,156). Sum of RGB (Red+Green+Blue) = 74+178+156=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB29C is #B54D63. Grayscale: #909090. Windows color (decimal): -11881828 or 10269258. OLE color: 10269258.
HSL color Cylindrical-coordinate representation of color #4AB29C: hue angle of 167.31º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB29C is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 156 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.30 |
| HSL | 167.31º | 0.41% | 0.49% | - |
| HSV(B) | 167.31º | 0.58% | 0.7% | - |
| XYZ | 24.75 | 35.7 | 37.04 | - |
| YUV | 144.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 156 | 0.58 | 0 | 0.12 | 0.30 | 167.31 | 0.41 | 0.49 |
| Hex | 4A | B2 | 9C | 3A | 0 | C | 1E | A7 | 29 | 31 |
| Octal | 112 | 262 | 234 | 72 | 0 | 14 | 36 | 247 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10011100 | 111010 | 0 | 1100 | 11110 | 10100111 | 101001 | 110001 |
Color Harmonies of #4AB29C
Complementary color
Monochromatic Colors of #4AB29C
Black with #4AB29C
Text Example
Text Example
White with #4AB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB29C; }
p { color: rgb(74,178,156); }
H1.HeaderClassName
{
color: #4AB29C;
}
.AnyTagClassName
{
color: #4AB29C;
}
</style>
background-color css
<style>
a { background-color: #4AB29C; }
a { background-color: rgb(74,178,156); }
div.DivClassName
{
background-color: #4AB29C;
}
.BgClassName
{
background-color: #4AB29C;
}
</style>
border-color css
<style>
span { border-color: #4AB29C; }
span { border-color: rgb(74,178,156); }
td.TdClassName
{
border-color: #4AB29C;
}
.TagClassName
{
border-color: #4AB29C;
}
</style>