Shades of Puerto Rico #4AC09B
Tints of Puerto Rico #4AC09B
RGB
CMYK
RGB Variations
Color information
#4AC09B (or 0x4AC09B) is known color: Puerto Rico. HEX triplet: 4A, C0 and 9B. RGB value is (74,192,155). Sum of RGB (Red+Green+Blue) = 74+192+155=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC09B is #B53F64. Grayscale: #989898. Windows color (decimal): -11878245 or 10207306. OLE color: 10207306.
HSL color Cylindrical-coordinate representation of color #4AC09B: hue angle of 161.19º 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 #4AC09B is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 155 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.25 |
| HSL | 161.19º | 0.48% | 0.52% | - |
| HSV(B) | 161.19º | 0.61% | 0.75% | - |
| XYZ | 27.59 | 41.52 | 37.57 | - |
| YUV | 152.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 155 | 0.61 | 0 | 0.19 | 0.25 | 161.19 | 0.48 | 0.52 |
| Hex | 4A | C0 | 9B | 3D | 0 | 13 | 19 | A1 | 30 | 34 |
| Octal | 112 | 300 | 233 | 75 | 0 | 23 | 31 | 241 | 60 | 64 |
| Binary | 1001010 | 11000000 | 10011011 | 111101 | 0 | 10011 | 11001 | 10100001 | 110000 | 110100 |
Color Harmonies of #4AC09B
Complementary color
Monochromatic Colors of #4AC09B
Black with #4AC09B
Text Example
Text Example
White with #4AC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC09B; }
p { color: rgb(74,192,155); }
H1.HeaderClassName
{
color: #4AC09B;
}
.AnyTagClassName
{
color: #4AC09B;
}
</style>
background-color css
<style>
a { background-color: #4AC09B; }
a { background-color: rgb(74,192,155); }
div.DivClassName
{
background-color: #4AC09B;
}
.BgClassName
{
background-color: #4AC09B;
}
</style>
border-color css
<style>
span { border-color: #4AC09B; }
span { border-color: rgb(74,192,155); }
td.TdClassName
{
border-color: #4AC09B;
}
.TagClassName
{
border-color: #4AC09B;
}
</style>