Shades of Shamrock #31FAA6
Tints of Shamrock #31FAA6
RGB
CMYK
RGB Variations
Color information
#31FAA6 (or 0x31FAA6) is known color: Shamrock. HEX triplet: 31, FA and A6. RGB value is (49,250,166). Sum of RGB (Red+Green+Blue) = 49+250+166=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FAA6 is #CE0559. Grayscale: #B4B4B4. Windows color (decimal): -13501786 or 10943025. OLE color: 10943025.
HSL color Cylindrical-coordinate representation of color #31FAA6: hue angle of 154.93º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FAA6 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 166 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.02 |
| HSL | 154.93º | 0.95% | 0.59% | - |
| HSV(B) | 154.93º | 0.8% | 0.98% | - |
| XYZ | 42.34 | 71.78 | 47.7 | - |
| YUV | 180.33 | 119.91 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 166 | 0.80 | 0 | 0.34 | 0.02 | 154.93 | 0.95 | 0.59 |
| Hex | 31 | FA | A6 | 50 | 0 | 22 | 2 | 9B | 5F | 3B |
| Octal | 61 | 372 | 246 | 120 | 0 | 42 | 2 | 233 | 137 | 73 |
| Binary | 110001 | 11111010 | 10100110 | 1010000 | 0 | 100010 | 10 | 10011011 | 1011111 | 111011 |
Color Harmonies of #31FAA6
Complementary color
Monochromatic Colors of #31FAA6
Black with #31FAA6
Text Example
Text Example
White with #31FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAA6; }
p { color: rgb(49,250,166); }
H1.HeaderClassName
{
color: #31FAA6;
}
.AnyTagClassName
{
color: #31FAA6;
}
</style>
background-color css
<style>
a { background-color: #31FAA6; }
a { background-color: rgb(49,250,166); }
div.DivClassName
{
background-color: #31FAA6;
}
.BgClassName
{
background-color: #31FAA6;
}
</style>
border-color css
<style>
span { border-color: #31FAA6; }
span { border-color: rgb(49,250,166); }
td.TdClassName
{
border-color: #31FAA6;
}
.TagClassName
{
border-color: #31FAA6;
}
</style>