Shades of Puerto Rico #4ACEAA
Tints of Puerto Rico #4ACEAA
RGB
CMYK
RGB Variations
Color information
#4ACEAA (or 0x4ACEAA) is known color: Puerto Rico. HEX triplet: 4A, CE and AA. RGB value is (74,206,170). Sum of RGB (Red+Green+Blue) = 74+206+170=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEAA is #B53155. Grayscale: #A2A2A2. Windows color (decimal): -11874646 or 11193930. OLE color: 11193930.
HSL color Cylindrical-coordinate representation of color #4ACEAA: hue angle of 163.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEAA is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 170 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.19 |
| HSL | 163.64º | 0.57% | 0.55% | - |
| HSV(B) | 163.64º | 0.64% | 0.81% | - |
| XYZ | 32.15 | 48.5 | 45.7 | - |
| YUV | 162.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 170 | 0.64 | 0 | 0.17 | 0.19 | 163.64 | 0.57 | 0.55 |
| Hex | 4A | CE | AA | 40 | 0 | 11 | 13 | A4 | 39 | 37 |
| Octal | 112 | 316 | 252 | 100 | 0 | 21 | 23 | 244 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10101010 | 1000000 | 0 | 10001 | 10011 | 10100100 | 111001 | 110111 |
Color Harmonies of #4ACEAA
Complementary color
Monochromatic Colors of #4ACEAA
Black with #4ACEAA
Text Example
Text Example
White with #4ACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEAA; }
p { color: rgb(74,206,170); }
H1.HeaderClassName
{
color: #4ACEAA;
}
.AnyTagClassName
{
color: #4ACEAA;
}
</style>
background-color css
<style>
a { background-color: #4ACEAA; }
a { background-color: rgb(74,206,170); }
div.DivClassName
{
background-color: #4ACEAA;
}
.BgClassName
{
background-color: #4ACEAA;
}
</style>
border-color css
<style>
span { border-color: #4ACEAA; }
span { border-color: rgb(74,206,170); }
td.TdClassName
{
border-color: #4ACEAA;
}
.TagClassName
{
border-color: #4ACEAA;
}
</style>