Shades of Puerto Rico #4ABF98
Tints of Puerto Rico #4ABF98
RGB
CMYK
RGB Variations
Color information
#4ABF98 (or 0x4ABF98) is known color: Puerto Rico. HEX triplet: 4A, BF and 98. RGB value is (74,191,152). Sum of RGB (Red+Green+Blue) = 74+191+152=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF98 is #B54067. Grayscale: #979797. Windows color (decimal): -11878504 or 10010442. OLE color: 10010442.
HSL color Cylindrical-coordinate representation of color #4ABF98: hue angle of 160º 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 #4ABF98 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 152 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.25 |
| HSL | 160º | 0.48% | 0.52% | - |
| HSV(B) | 160º | 0.61% | 0.75% | - |
| XYZ | 27.12 | 40.98 | 36.19 | - |
| YUV | 151.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 152 | 0.61 | 0 | 0.20 | 0.25 | 160 | 0.48 | 0.52 |
| Hex | 4A | BF | 98 | 3D | 0 | 14 | 19 | A0 | 30 | 34 |
| Octal | 112 | 277 | 230 | 75 | 0 | 24 | 31 | 240 | 60 | 64 |
| Binary | 1001010 | 10111111 | 10011000 | 111101 | 0 | 10100 | 11001 | 10100000 | 110000 | 110100 |
Color Harmonies of #4ABF98
Complementary color
Monochromatic Colors of #4ABF98
Black with #4ABF98
Text Example
Text Example
White with #4ABF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF98; }
p { color: rgb(74,191,152); }
H1.HeaderClassName
{
color: #4ABF98;
}
.AnyTagClassName
{
color: #4ABF98;
}
</style>
background-color css
<style>
a { background-color: #4ABF98; }
a { background-color: rgb(74,191,152); }
div.DivClassName
{
background-color: #4ABF98;
}
.BgClassName
{
background-color: #4ABF98;
}
</style>
border-color css
<style>
span { border-color: #4ABF98; }
span { border-color: rgb(74,191,152); }
td.TdClassName
{
border-color: #4ABF98;
}
.TagClassName
{
border-color: #4ABF98;
}
</style>