Shades of Puerto Rico #4AAF9F
Tints of Puerto Rico #4AAF9F
RGB
CMYK
RGB Variations
Color information
#4AAF9F (or 0x4AAF9F) is known color: Puerto Rico. HEX triplet: 4A, AF and 9F. RGB value is (74,175,159). Sum of RGB (Red+Green+Blue) = 74+175+159=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF9F is #B55060. Grayscale: #8E8E8E. Windows color (decimal): -11882593 or 10465098. OLE color: 10465098.
HSL color Cylindrical-coordinate representation of color #4AAF9F: hue angle of 170.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF9F is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 159 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.31 |
| HSL | 170.5º | 0.41% | 0.49% | - |
| HSV(B) | 170.5º | 0.58% | 0.69% | - |
| XYZ | 24.41 | 34.62 | 38.2 | - |
| YUV | 142.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 159 | 0.58 | 0 | 0.09 | 0.31 | 170.5 | 0.41 | 0.49 |
| Hex | 4A | AF | 9F | 3A | 0 | 9 | 1F | AA | 29 | 31 |
| Octal | 112 | 257 | 237 | 72 | 0 | 11 | 37 | 252 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10011111 | 111010 | 0 | 1001 | 11111 | 10101010 | 101001 | 110001 |
Color Harmonies of #4AAF9F
Complementary color
Monochromatic Colors of #4AAF9F
Black with #4AAF9F
Text Example
Text Example
White with #4AAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF9F; }
p { color: rgb(74,175,159); }
H1.HeaderClassName
{
color: #4AAF9F;
}
.AnyTagClassName
{
color: #4AAF9F;
}
</style>
background-color css
<style>
a { background-color: #4AAF9F; }
a { background-color: rgb(74,175,159); }
div.DivClassName
{
background-color: #4AAF9F;
}
.BgClassName
{
background-color: #4AAF9F;
}
</style>
border-color css
<style>
span { border-color: #4AAF9F; }
span { border-color: rgb(74,175,159); }
td.TdClassName
{
border-color: #4AAF9F;
}
.TagClassName
{
border-color: #4AAF9F;
}
</style>