Shades of Puerto Rico #4ACDAF
Tints of Puerto Rico #4ACDAF
RGB
CMYK
RGB Variations
Color information
#4ACDAF (or 0x4ACDAF) is known color: Puerto Rico. HEX triplet: 4A, CD and AF. RGB value is (74,205,175). Sum of RGB (Red+Green+Blue) = 74+205+175=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACDAF is #B53250. Grayscale: #A2A2A2. Windows color (decimal): -11874897 or 11521354. OLE color: 11521354.
HSL color Cylindrical-coordinate representation of color #4ACDAF: hue angle of 166.26º 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 #4ACDAF is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 175 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.20 |
| HSL | 166.26º | 0.57% | 0.55% | - |
| HSV(B) | 166.26º | 0.64% | 0.8% | - |
| XYZ | 32.39 | 48.21 | 48.16 | - |
| YUV | 162.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 175 | 0.64 | 0 | 0.15 | 0.20 | 166.26 | 0.57 | 0.55 |
| Hex | 4A | CD | AF | 40 | 0 | F | 14 | A6 | 39 | 37 |
| Octal | 112 | 315 | 257 | 100 | 0 | 17 | 24 | 246 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10101111 | 1000000 | 0 | 1111 | 10100 | 10100110 | 111001 | 110111 |
Color Harmonies of #4ACDAF
Complementary color
Monochromatic Colors of #4ACDAF
Black with #4ACDAF
Text Example
Text Example
White with #4ACDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDAF; }
p { color: rgb(74,205,175); }
H1.HeaderClassName
{
color: #4ACDAF;
}
.AnyTagClassName
{
color: #4ACDAF;
}
</style>
background-color css
<style>
a { background-color: #4ACDAF; }
a { background-color: rgb(74,205,175); }
div.DivClassName
{
background-color: #4ACDAF;
}
.BgClassName
{
background-color: #4ACDAF;
}
</style>
border-color css
<style>
span { border-color: #4ACDAF; }
span { border-color: rgb(74,205,175); }
td.TdClassName
{
border-color: #4ACDAF;
}
.TagClassName
{
border-color: #4ACDAF;
}
</style>