Shades of Puerto Rico #4ACCAB
Tints of Puerto Rico #4ACCAB
RGB
CMYK
RGB Variations
Color information
#4ACCAB (or 0x4ACCAB) is known color: Puerto Rico. HEX triplet: 4A, CC and AB. RGB value is (74,204,171). Sum of RGB (Red+Green+Blue) = 74+204+171=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACCAB is #B53354. Grayscale: #A1A1A1. Windows color (decimal): -11875157 or 11258954. OLE color: 11258954.
HSL color Cylindrical-coordinate representation of color #4ACCAB: hue angle of 164.77º degrees, saturation: 0.56, 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 #4ACCAB is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 171 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.2 |
| HSL | 164.77º | 0.56% | 0.55% | - |
| HSV(B) | 164.77º | 0.64% | 0.8% | - |
| XYZ | 31.77 | 47.58 | 46.04 | - |
| YUV | 161.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 171 | 0.64 | 0 | 0.16 | 0.2 | 164.77 | 0.56 | 0.55 |
| Hex | 4A | CC | AB | 40 | 0 | 10 | 14 | A5 | 38 | 37 |
| Octal | 112 | 314 | 253 | 100 | 0 | 20 | 24 | 245 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10101011 | 1000000 | 0 | 10000 | 10100 | 10100101 | 111000 | 110111 |
Color Harmonies of #4ACCAB
Complementary color
Monochromatic Colors of #4ACCAB
Black with #4ACCAB
Text Example
Text Example
White with #4ACCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCAB; }
p { color: rgb(74,204,171); }
H1.HeaderClassName
{
color: #4ACCAB;
}
.AnyTagClassName
{
color: #4ACCAB;
}
</style>
background-color css
<style>
a { background-color: #4ACCAB; }
a { background-color: rgb(74,204,171); }
div.DivClassName
{
background-color: #4ACCAB;
}
.BgClassName
{
background-color: #4ACCAB;
}
</style>
border-color css
<style>
span { border-color: #4ACCAB; }
span { border-color: rgb(74,204,171); }
td.TdClassName
{
border-color: #4ACCAB;
}
.TagClassName
{
border-color: #4ACCAB;
}
</style>