Shades of Puerto Rico #4CB6A2
Tints of Puerto Rico #4CB6A2
RGB
CMYK
RGB Variations
Color information
#4CB6A2 (or 0x4CB6A2) is known color: Puerto Rico. HEX triplet: 4C, B6 and A2. RGB value is (76,182,162). Sum of RGB (Red+Green+Blue) = 76+182+162=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB6A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB6A2 is #B3495D. Grayscale: #949494. Windows color (decimal): -11749726 or 10663500. OLE color: 10663500.
HSL color Cylindrical-coordinate representation of color #4CB6A2: hue angle of 168.68º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB6A2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 182 | 162 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.29 |
| HSL | 168.68º | 0.42% | 0.51% | - |
| HSV(B) | 168.68º | 0.58% | 0.71% | - |
| XYZ | 26.23 | 37.6 | 40.06 | - |
| YUV | 148.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 182 | 162 | 0.58 | 0 | 0.11 | 0.29 | 168.68 | 0.42 | 0.51 |
| Hex | 4C | B6 | A2 | 3A | 0 | B | 1D | A9 | 2A | 33 |
| Octal | 114 | 266 | 242 | 72 | 0 | 13 | 35 | 251 | 52 | 63 |
| Binary | 1001100 | 10110110 | 10100010 | 111010 | 0 | 1011 | 11101 | 10101001 | 101010 | 110011 |
Color Harmonies of #4CB6A2
Complementary color
Monochromatic Colors of #4CB6A2
Black with #4CB6A2
Text Example
Text Example
White with #4CB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB6A2; }
p { color: rgb(76,182,162); }
H1.HeaderClassName
{
color: #4CB6A2;
}
.AnyTagClassName
{
color: #4CB6A2;
}
</style>
background-color css
<style>
a { background-color: #4CB6A2; }
a { background-color: rgb(76,182,162); }
div.DivClassName
{
background-color: #4CB6A2;
}
.BgClassName
{
background-color: #4CB6A2;
}
</style>
border-color css
<style>
span { border-color: #4CB6A2; }
span { border-color: rgb(76,182,162); }
td.TdClassName
{
border-color: #4CB6A2;
}
.TagClassName
{
border-color: #4CB6A2;
}
</style>