Shades of Puerto Rico #4ACDAA
Tints of Puerto Rico #4ACDAA
RGB
CMYK
RGB Variations
Color information
#4ACDAA (or 0x4ACDAA) is known color: Puerto Rico. HEX triplet: 4A, CD and AA. RGB value is (74,205,170). Sum of RGB (Red+Green+Blue) = 74+205+170=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACDAA is #B53255. Grayscale: #A1A1A1. Windows color (decimal): -11874902 or 11193674. OLE color: 11193674.
HSL color Cylindrical-coordinate representation of color #4ACDAA: hue angle of 163.97º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDAA is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 170 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.20 |
| HSL | 163.97º | 0.57% | 0.55% | - |
| HSV(B) | 163.97º | 0.64% | 0.8% | - |
| XYZ | 31.91 | 48.02 | 45.62 | - |
| YUV | 161.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 170 | 0.64 | 0 | 0.17 | 0.20 | 163.97 | 0.57 | 0.55 |
| Hex | 4A | CD | AA | 40 | 0 | 11 | 14 | A4 | 39 | 37 |
| Octal | 112 | 315 | 252 | 100 | 0 | 21 | 24 | 244 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10101010 | 1000000 | 0 | 10001 | 10100 | 10100100 | 111001 | 110111 |
Color Harmonies of #4ACDAA
Complementary color
Monochromatic Colors of #4ACDAA
Black with #4ACDAA
Text Example
Text Example
White with #4ACDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDAA; }
p { color: rgb(74,205,170); }
H1.HeaderClassName
{
color: #4ACDAA;
}
.AnyTagClassName
{
color: #4ACDAA;
}
</style>
background-color css
<style>
a { background-color: #4ACDAA; }
a { background-color: rgb(74,205,170); }
div.DivClassName
{
background-color: #4ACDAA;
}
.BgClassName
{
background-color: #4ACDAA;
}
</style>
border-color css
<style>
span { border-color: #4ACDAA; }
span { border-color: rgb(74,205,170); }
td.TdClassName
{
border-color: #4ACDAA;
}
.TagClassName
{
border-color: #4ACDAA;
}
</style>