Shades of Puerto Rico #4AC9AA
Tints of Puerto Rico #4AC9AA
RGB
CMYK
RGB Variations
Color information
#4AC9AA (or 0x4AC9AA) is known color: Puerto Rico. HEX triplet: 4A, C9 and AA. RGB value is (74,201,170). Sum of RGB (Red+Green+Blue) = 74+201+170=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC9AA is #B53655. Grayscale: #9F9F9F. Windows color (decimal): -11875926 or 11192650. OLE color: 11192650.
HSL color Cylindrical-coordinate representation of color #4AC9AA: hue angle of 165.35º 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 #4AC9AA is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 170 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.21 |
| HSL | 165.35º | 0.54% | 0.54% | - |
| HSV(B) | 165.35º | 0.63% | 0.79% | - |
| XYZ | 30.97 | 46.13 | 45.3 | - |
| YUV | 159.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 170 | 0.63 | 0 | 0.15 | 0.21 | 165.35 | 0.54 | 0.54 |
| Hex | 4A | C9 | AA | 3F | 0 | F | 15 | A5 | 36 | 36 |
| Octal | 112 | 311 | 252 | 77 | 0 | 17 | 25 | 245 | 66 | 66 |
| Binary | 1001010 | 11001001 | 10101010 | 111111 | 0 | 1111 | 10101 | 10100101 | 110110 | 110110 |
Color Harmonies of #4AC9AA
Complementary color
Monochromatic Colors of #4AC9AA
Black with #4AC9AA
Text Example
Text Example
White with #4AC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC9AA; }
p { color: rgb(74,201,170); }
H1.HeaderClassName
{
color: #4AC9AA;
}
.AnyTagClassName
{
color: #4AC9AA;
}
</style>
background-color css
<style>
a { background-color: #4AC9AA; }
a { background-color: rgb(74,201,170); }
div.DivClassName
{
background-color: #4AC9AA;
}
.BgClassName
{
background-color: #4AC9AA;
}
</style>
border-color css
<style>
span { border-color: #4AC9AA; }
span { border-color: rgb(74,201,170); }
td.TdClassName
{
border-color: #4AC9AA;
}
.TagClassName
{
border-color: #4AC9AA;
}
</style>