Shades of Puerto Rico #4AB6B2
Tints of Puerto Rico #4AB6B2
RGB
CMYK
RGB Variations
Color information
#4AB6B2 (or 0x4AB6B2) is known color: Puerto Rico. HEX triplet: 4A, B6 and B2. RGB value is (74,182,178). Sum of RGB (Red+Green+Blue) = 74+182+178=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB6B2 is #B5494D. Grayscale: #959595. Windows color (decimal): -11880782 or 11712074. OLE color: 11712074.
HSL color Cylindrical-coordinate representation of color #4AB6B2: hue angle of 177.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB6B2 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 178 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.29 |
| HSL | 177.78º | 0.43% | 0.5% | - |
| HSV(B) | 177.78º | 0.59% | 0.71% | - |
| XYZ | 27.59 | 38.13 | 48.02 | - |
| YUV | 149.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 178 | 0.59 | 0 | 0.02 | 0.29 | 177.78 | 0.43 | 0.5 |
| Hex | 4A | B6 | B2 | 3B | 0 | 2 | 1D | B2 | 2B | 32 |
| Octal | 112 | 266 | 262 | 73 | 0 | 2 | 35 | 262 | 53 | 62 |
| Binary | 1001010 | 10110110 | 10110010 | 111011 | 0 | 10 | 11101 | 10110010 | 101011 | 110010 |
Color Harmonies of #4AB6B2
Complementary color
Monochromatic Colors of #4AB6B2
Black with #4AB6B2
Text Example
Text Example
White with #4AB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB6B2; }
p { color: rgb(74,182,178); }
H1.HeaderClassName
{
color: #4AB6B2;
}
.AnyTagClassName
{
color: #4AB6B2;
}
</style>
background-color css
<style>
a { background-color: #4AB6B2; }
a { background-color: rgb(74,182,178); }
div.DivClassName
{
background-color: #4AB6B2;
}
.BgClassName
{
background-color: #4AB6B2;
}
</style>
border-color css
<style>
span { border-color: #4AB6B2; }
span { border-color: rgb(74,182,178); }
td.TdClassName
{
border-color: #4AB6B2;
}
.TagClassName
{
border-color: #4AB6B2;
}
</style>