Shades of Puerto Rico #4ABFA4
Tints of Puerto Rico #4ABFA4
RGB
CMYK
RGB Variations
Color information
#4ABFA4 (or 0x4ABFA4) is known color: Puerto Rico. HEX triplet: 4A, BF and A4. RGB value is (74,191,164). Sum of RGB (Red+Green+Blue) = 74+191+164=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABFA4 is #B5405B. Grayscale: #989898. Windows color (decimal): -11878492 or 10796874. OLE color: 10796874.
HSL color Cylindrical-coordinate representation of color #4ABFA4: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABFA4 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 164 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.25 |
| HSL | 166.15º | 0.48% | 0.52% | - |
| HSV(B) | 166.15º | 0.61% | 0.75% | - |
| XYZ | 28.16 | 41.4 | 41.63 | - |
| YUV | 152.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 164 | 0.61 | 0 | 0.14 | 0.25 | 166.15 | 0.48 | 0.52 |
| Hex | 4A | BF | A4 | 3D | 0 | E | 19 | A6 | 30 | 34 |
| Octal | 112 | 277 | 244 | 75 | 0 | 16 | 31 | 246 | 60 | 64 |
| Binary | 1001010 | 10111111 | 10100100 | 111101 | 0 | 1110 | 11001 | 10100110 | 110000 | 110100 |
Color Harmonies of #4ABFA4
Complementary color
Monochromatic Colors of #4ABFA4
Black with #4ABFA4
Text Example
Text Example
White with #4ABFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFA4; }
p { color: rgb(74,191,164); }
H1.HeaderClassName
{
color: #4ABFA4;
}
.AnyTagClassName
{
color: #4ABFA4;
}
</style>
background-color css
<style>
a { background-color: #4ABFA4; }
a { background-color: rgb(74,191,164); }
div.DivClassName
{
background-color: #4ABFA4;
}
.BgClassName
{
background-color: #4ABFA4;
}
</style>
border-color css
<style>
span { border-color: #4ABFA4; }
span { border-color: rgb(74,191,164); }
td.TdClassName
{
border-color: #4ABFA4;
}
.TagClassName
{
border-color: #4ABFA4;
}
</style>