Shades of Puerto Rico #4ACAB3
Tints of Puerto Rico #4ACAB3
RGB
CMYK
RGB Variations
Color information
#4ACAB3 (or 0x4ACAB3) is known color: Puerto Rico. HEX triplet: 4A, CA and B3. RGB value is (74,202,179). Sum of RGB (Red+Green+Blue) = 74+202+179=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAB3 is #B5354C. Grayscale: #A1A1A1. Windows color (decimal): -11875661 or 11782730. OLE color: 11782730.
HSL color Cylindrical-coordinate representation of color #4ACAB3: hue angle of 169.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACAB3 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 179 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.21 |
| HSL | 169.22º | 0.55% | 0.54% | - |
| HSV(B) | 169.22º | 0.63% | 0.79% | - |
| XYZ | 32.08 | 46.95 | 50.02 | - |
| YUV | 161.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 179 | 0.63 | 0 | 0.11 | 0.21 | 169.22 | 0.55 | 0.54 |
| Hex | 4A | CA | B3 | 3F | 0 | B | 15 | A9 | 37 | 36 |
| Octal | 112 | 312 | 263 | 77 | 0 | 13 | 25 | 251 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10110011 | 111111 | 0 | 1011 | 10101 | 10101001 | 110111 | 110110 |
Color Harmonies of #4ACAB3
Complementary color
Monochromatic Colors of #4ACAB3
Black with #4ACAB3
Text Example
Text Example
White with #4ACAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAB3; }
p { color: rgb(74,202,179); }
H1.HeaderClassName
{
color: #4ACAB3;
}
.AnyTagClassName
{
color: #4ACAB3;
}
</style>
background-color css
<style>
a { background-color: #4ACAB3; }
a { background-color: rgb(74,202,179); }
div.DivClassName
{
background-color: #4ACAB3;
}
.BgClassName
{
background-color: #4ACAB3;
}
</style>
border-color css
<style>
span { border-color: #4ACAB3; }
span { border-color: rgb(74,202,179); }
td.TdClassName
{
border-color: #4ACAB3;
}
.TagClassName
{
border-color: #4ACAB3;
}
</style>