Shades of Puerto Rico #4ACFAF
Tints of Puerto Rico #4ACFAF
RGB
CMYK
RGB Variations
Color information
#4ACFAF (or 0x4ACFAF) is known color: Puerto Rico. HEX triplet: 4A, CF and AF. RGB value is (74,207,175). Sum of RGB (Red+Green+Blue) = 74+207+175=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACFAF is #B53050. Grayscale: #A3A3A3. Windows color (decimal): -11874385 or 11521866. OLE color: 11521866.
HSL color Cylindrical-coordinate representation of color #4ACFAF: hue angle of 165.56º degrees, saturation: 0.58, 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 #4ACFAF is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 175 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.19 |
| HSL | 165.56º | 0.58% | 0.55% | - |
| HSV(B) | 165.56º | 0.64% | 0.81% | - |
| XYZ | 32.87 | 49.18 | 48.32 | - |
| YUV | 163.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 175 | 0.64 | 0 | 0.15 | 0.19 | 165.56 | 0.58 | 0.55 |
| Hex | 4A | CF | AF | 40 | 0 | F | 13 | A6 | 3A | 37 |
| Octal | 112 | 317 | 257 | 100 | 0 | 17 | 23 | 246 | 72 | 67 |
| Binary | 1001010 | 11001111 | 10101111 | 1000000 | 0 | 1111 | 10011 | 10100110 | 111010 | 110111 |
Color Harmonies of #4ACFAF
Complementary color
Monochromatic Colors of #4ACFAF
Black with #4ACFAF
Text Example
Text Example
White with #4ACFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFAF; }
p { color: rgb(74,207,175); }
H1.HeaderClassName
{
color: #4ACFAF;
}
.AnyTagClassName
{
color: #4ACFAF;
}
</style>
background-color css
<style>
a { background-color: #4ACFAF; }
a { background-color: rgb(74,207,175); }
div.DivClassName
{
background-color: #4ACFAF;
}
.BgClassName
{
background-color: #4ACFAF;
}
</style>
border-color css
<style>
span { border-color: #4ACFAF; }
span { border-color: rgb(74,207,175); }
td.TdClassName
{
border-color: #4ACFAF;
}
.TagClassName
{
border-color: #4ACFAF;
}
</style>