Shades of Puerto Rico #4AC3AB
Tints of Puerto Rico #4AC3AB
RGB
CMYK
RGB Variations
Color information
#4AC3AB (or 0x4AC3AB) is known color: Puerto Rico. HEX triplet: 4A, C3 and AB. RGB value is (74,195,171). Sum of RGB (Red+Green+Blue) = 74+195+171=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC3AB is #B53C54. Grayscale: #9C9C9C. Windows color (decimal): -11877461 or 11256650. OLE color: 11256650.
HSL color Cylindrical-coordinate representation of color #4AC3AB: hue angle of 168.1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC3AB is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 171 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.24 |
| HSL | 168.1º | 0.5% | 0.53% | - |
| HSV(B) | 168.1º | 0.62% | 0.76% | - |
| XYZ | 29.69 | 43.43 | 45.35 | - |
| YUV | 156.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 171 | 0.62 | 0 | 0.12 | 0.24 | 168.1 | 0.5 | 0.53 |
| Hex | 4A | C3 | AB | 3E | 0 | C | 18 | A8 | 32 | 35 |
| Octal | 112 | 303 | 253 | 76 | 0 | 14 | 30 | 250 | 62 | 65 |
| Binary | 1001010 | 11000011 | 10101011 | 111110 | 0 | 1100 | 11000 | 10101000 | 110010 | 110101 |
Color Harmonies of #4AC3AB
Complementary color
Monochromatic Colors of #4AC3AB
Black with #4AC3AB
Text Example
Text Example
White with #4AC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC3AB; }
p { color: rgb(74,195,171); }
H1.HeaderClassName
{
color: #4AC3AB;
}
.AnyTagClassName
{
color: #4AC3AB;
}
</style>
background-color css
<style>
a { background-color: #4AC3AB; }
a { background-color: rgb(74,195,171); }
div.DivClassName
{
background-color: #4AC3AB;
}
.BgClassName
{
background-color: #4AC3AB;
}
</style>
border-color css
<style>
span { border-color: #4AC3AB; }
span { border-color: rgb(74,195,171); }
td.TdClassName
{
border-color: #4AC3AB;
}
.TagClassName
{
border-color: #4AC3AB;
}
</style>