Shades of Puerto Rico #4ACEAF
Tints of Puerto Rico #4ACEAF
RGB
CMYK
RGB Variations
Color information
#4ACEAF (or 0x4ACEAF) is known color: Puerto Rico. HEX triplet: 4A, CE and AF. RGB value is (74,206,175). Sum of RGB (Red+Green+Blue) = 74+206+175=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEAF is #B53150. Grayscale: #A2A2A2. Windows color (decimal): -11874641 or 11521610. OLE color: 11521610.
HSL color Cylindrical-coordinate representation of color #4ACEAF: hue angle of 165.91º 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 #4ACEAF is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 175 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.19 |
| HSL | 165.91º | 0.57% | 0.55% | - |
| HSV(B) | 165.91º | 0.64% | 0.81% | - |
| XYZ | 32.63 | 48.69 | 48.24 | - |
| YUV | 163 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 175 | 0.64 | 0 | 0.15 | 0.19 | 165.91 | 0.57 | 0.55 |
| Hex | 4A | CE | AF | 40 | 0 | F | 13 | A6 | 39 | 37 |
| Octal | 112 | 316 | 257 | 100 | 0 | 17 | 23 | 246 | 71 | 67 |
| Binary | 1001010 | 11001110 | 10101111 | 1000000 | 0 | 1111 | 10011 | 10100110 | 111001 | 110111 |
Color Harmonies of #4ACEAF
Complementary color
Monochromatic Colors of #4ACEAF
Black with #4ACEAF
Text Example
Text Example
White with #4ACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEAF; }
p { color: rgb(74,206,175); }
H1.HeaderClassName
{
color: #4ACEAF;
}
.AnyTagClassName
{
color: #4ACEAF;
}
</style>
background-color css
<style>
a { background-color: #4ACEAF; }
a { background-color: rgb(74,206,175); }
div.DivClassName
{
background-color: #4ACEAF;
}
.BgClassName
{
background-color: #4ACEAF;
}
</style>
border-color css
<style>
span { border-color: #4ACEAF; }
span { border-color: rgb(74,206,175); }
td.TdClassName
{
border-color: #4ACEAF;
}
.TagClassName
{
border-color: #4ACEAF;
}
</style>