Shades of Puerto Rico #4AB2A5
Tints of Puerto Rico #4AB2A5
RGB
CMYK
RGB Variations
Color information
#4AB2A5 (or 0x4AB2A5) is known color: Puerto Rico. HEX triplet: 4A, B2 and A5. RGB value is (74,178,165). Sum of RGB (Red+Green+Blue) = 74+178+165=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB2A5 is #B54D5A. Grayscale: #919191. Windows color (decimal): -11881819 or 10859082. OLE color: 10859082.
HSL color Cylindrical-coordinate representation of color #4AB2A5: hue angle of 172.5º 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 #4AB2A5 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 165 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.30 |
| HSL | 172.5º | 0.41% | 0.49% | - |
| HSV(B) | 172.5º | 0.58% | 0.7% | - |
| XYZ | 25.54 | 36.01 | 41.2 | - |
| YUV | 145.42 | 139.04 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 165 | 0.58 | 0 | 0.07 | 0.30 | 172.5 | 0.41 | 0.49 |
| Hex | 4A | B2 | A5 | 3A | 0 | 7 | 1E | AC | 29 | 31 |
| Octal | 112 | 262 | 245 | 72 | 0 | 7 | 36 | 254 | 51 | 61 |
| Binary | 1001010 | 10110010 | 10100101 | 111010 | 0 | 111 | 11110 | 10101100 | 101001 | 110001 |
Color Harmonies of #4AB2A5
Complementary color
Monochromatic Colors of #4AB2A5
Black with #4AB2A5
Text Example
Text Example
White with #4AB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2A5; }
p { color: rgb(74,178,165); }
H1.HeaderClassName
{
color: #4AB2A5;
}
.AnyTagClassName
{
color: #4AB2A5;
}
</style>
background-color css
<style>
a { background-color: #4AB2A5; }
a { background-color: rgb(74,178,165); }
div.DivClassName
{
background-color: #4AB2A5;
}
.BgClassName
{
background-color: #4AB2A5;
}
</style>
border-color css
<style>
span { border-color: #4AB2A5; }
span { border-color: rgb(74,178,165); }
td.TdClassName
{
border-color: #4AB2A5;
}
.TagClassName
{
border-color: #4AB2A5;
}
</style>