Shades of Shamrock #31CEAA
Tints of Shamrock #31CEAA
RGB
CMYK
RGB Variations
Color information
#31CEAA (or 0x31CEAA) is known color: Shamrock. HEX triplet: 31, CE and AA. RGB value is (49,206,170). Sum of RGB (Red+Green+Blue) = 49+206+170=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEAA is #CE3155. Grayscale: #9A9A9A. Windows color (decimal): -13513046 or 11193905. OLE color: 11193905.
HSL color Cylindrical-coordinate representation of color #31CEAA: hue angle of 166.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEAA is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 170 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.19 |
| HSL | 166.24º | 0.62% | 0.5% | - |
| HSV(B) | 166.24º | 0.76% | 0.81% | - |
| XYZ | 30.59 | 47.7 | 45.62 | - |
| YUV | 154.95 | 136.49 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 170 | 0.76 | 0 | 0.17 | 0.19 | 166.24 | 0.62 | 0.5 |
| Hex | 31 | CE | AA | 4C | 0 | 11 | 13 | A6 | 3E | 32 |
| Octal | 61 | 316 | 252 | 114 | 0 | 21 | 23 | 246 | 76 | 62 |
| Binary | 110001 | 11001110 | 10101010 | 1001100 | 0 | 10001 | 10011 | 10100110 | 111110 | 110010 |
Color Harmonies of #31CEAA
Complementary color
Monochromatic Colors of #31CEAA
Black with #31CEAA
Text Example
Text Example
White with #31CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEAA; }
p { color: rgb(49,206,170); }
H1.HeaderClassName
{
color: #31CEAA;
}
.AnyTagClassName
{
color: #31CEAA;
}
</style>
background-color css
<style>
a { background-color: #31CEAA; }
a { background-color: rgb(49,206,170); }
div.DivClassName
{
background-color: #31CEAA;
}
.BgClassName
{
background-color: #31CEAA;
}
</style>
border-color css
<style>
span { border-color: #31CEAA; }
span { border-color: rgb(49,206,170); }
td.TdClassName
{
border-color: #31CEAA;
}
.TagClassName
{
border-color: #31CEAA;
}
</style>