Shades of Puerto Rico #4AC6A8
Tints of Puerto Rico #4AC6A8
RGB
CMYK
RGB Variations
Color information
#4AC6A8 (or 0x4AC6A8) is known color: Puerto Rico. HEX triplet: 4A, C6 and A8. RGB value is (74,198,168). Sum of RGB (Red+Green+Blue) = 74+198+168=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC6A8 is #B53957. Grayscale: #9D9D9D. Windows color (decimal): -11876696 or 11060810. OLE color: 11060810.
HSL color Cylindrical-coordinate representation of color #4AC6A8: hue angle of 165.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC6A8 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 168 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.22 |
| HSL | 165.48º | 0.52% | 0.53% | - |
| HSV(B) | 165.48º | 0.63% | 0.78% | - |
| XYZ | 30.09 | 44.67 | 44.08 | - |
| YUV | 157.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 168 | 0.63 | 0 | 0.15 | 0.22 | 165.48 | 0.52 | 0.53 |
| Hex | 4A | C6 | A8 | 3F | 0 | F | 16 | A5 | 34 | 35 |
| Octal | 112 | 306 | 250 | 77 | 0 | 17 | 26 | 245 | 64 | 65 |
| Binary | 1001010 | 11000110 | 10101000 | 111111 | 0 | 1111 | 10110 | 10100101 | 110100 | 110101 |
Color Harmonies of #4AC6A8
Complementary color
Monochromatic Colors of #4AC6A8
Black with #4AC6A8
Text Example
Text Example
White with #4AC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC6A8; }
p { color: rgb(74,198,168); }
H1.HeaderClassName
{
color: #4AC6A8;
}
.AnyTagClassName
{
color: #4AC6A8;
}
</style>
background-color css
<style>
a { background-color: #4AC6A8; }
a { background-color: rgb(74,198,168); }
div.DivClassName
{
background-color: #4AC6A8;
}
.BgClassName
{
background-color: #4AC6A8;
}
</style>
border-color css
<style>
span { border-color: #4AC6A8; }
span { border-color: rgb(74,198,168); }
td.TdClassName
{
border-color: #4AC6A8;
}
.TagClassName
{
border-color: #4AC6A8;
}
</style>