Shades of Puerto Rico #4CAFAC
Tints of Puerto Rico #4CAFAC
RGB
CMYK
RGB Variations
Color information
#4CAFAC (or 0x4CAFAC) is known color: Puerto Rico. HEX triplet: 4C, AF and AC. RGB value is (76,175,172). Sum of RGB (Red+Green+Blue) = 76+175+172=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAFAC is #B35053. Grayscale: #909090. Windows color (decimal): -11751508 or 11317068. OLE color: 11317068.
HSL color Cylindrical-coordinate representation of color #4CAFAC: hue angle of 178.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAFAC is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 172 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.31 |
| HSL | 178.18º | 0.39% | 0.49% | - |
| HSV(B) | 178.18º | 0.57% | 0.69% | - |
| XYZ | 25.76 | 35.18 | 44.46 | - |
| YUV | 145.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 172 | 0.57 | 0 | 0.02 | 0.31 | 178.18 | 0.39 | 0.49 |
| Hex | 4C | AF | AC | 39 | 0 | 2 | 1F | B2 | 27 | 31 |
| Octal | 114 | 257 | 254 | 71 | 0 | 2 | 37 | 262 | 47 | 61 |
| Binary | 1001100 | 10101111 | 10101100 | 111001 | 0 | 10 | 11111 | 10110010 | 100111 | 110001 |
Color Harmonies of #4CAFAC
Complementary color
Monochromatic Colors of #4CAFAC
Black with #4CAFAC
Text Example
Text Example
White with #4CAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFAC; }
p { color: rgb(76,175,172); }
H1.HeaderClassName
{
color: #4CAFAC;
}
.AnyTagClassName
{
color: #4CAFAC;
}
</style>
background-color css
<style>
a { background-color: #4CAFAC; }
a { background-color: rgb(76,175,172); }
div.DivClassName
{
background-color: #4CAFAC;
}
.BgClassName
{
background-color: #4CAFAC;
}
</style>
border-color css
<style>
span { border-color: #4CAFAC; }
span { border-color: rgb(76,175,172); }
td.TdClassName
{
border-color: #4CAFAC;
}
.TagClassName
{
border-color: #4CAFAC;
}
</style>