Shades of Puerto Rico #4AC9AF
Tints of Puerto Rico #4AC9AF
RGB
CMYK
RGB Variations
Color information
#4AC9AF (or 0x4AC9AF) is known color: Puerto Rico. HEX triplet: 4A, C9 and AF. RGB value is (74,201,175). Sum of RGB (Red+Green+Blue) = 74+201+175=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC9AF is #B53650. Grayscale: #A0A0A0. Windows color (decimal): -11875921 or 11520330. OLE color: 11520330.
HSL color Cylindrical-coordinate representation of color #4AC9AF: hue angle of 167.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC9AF is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 175 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.21 |
| HSL | 167.72º | 0.54% | 0.54% | - |
| HSV(B) | 167.72º | 0.63% | 0.79% | - |
| XYZ | 31.45 | 46.32 | 47.84 | - |
| YUV | 160.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 175 | 0.63 | 0 | 0.13 | 0.21 | 167.72 | 0.54 | 0.54 |
| Hex | 4A | C9 | AF | 3F | 0 | D | 15 | A8 | 36 | 36 |
| Octal | 112 | 311 | 257 | 77 | 0 | 15 | 25 | 250 | 66 | 66 |
| Binary | 1001010 | 11001001 | 10101111 | 111111 | 0 | 1101 | 10101 | 10101000 | 110110 | 110110 |
Color Harmonies of #4AC9AF
Complementary color
Monochromatic Colors of #4AC9AF
Black with #4AC9AF
Text Example
Text Example
White with #4AC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC9AF; }
p { color: rgb(74,201,175); }
H1.HeaderClassName
{
color: #4AC9AF;
}
.AnyTagClassName
{
color: #4AC9AF;
}
</style>
background-color css
<style>
a { background-color: #4AC9AF; }
a { background-color: rgb(74,201,175); }
div.DivClassName
{
background-color: #4AC9AF;
}
.BgClassName
{
background-color: #4AC9AF;
}
</style>
border-color css
<style>
span { border-color: #4AC9AF; }
span { border-color: rgb(74,201,175); }
td.TdClassName
{
border-color: #4AC9AF;
}
.TagClassName
{
border-color: #4AC9AF;
}
</style>