Shades of Shamrock #31CEAC
Tints of Shamrock #31CEAC
RGB
CMYK
RGB Variations
Color information
#31CEAC (or 0x31CEAC) is known color: Shamrock. HEX triplet: 31, CE and AC. RGB value is (49,206,172). Sum of RGB (Red+Green+Blue) = 49+206+172=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEAC is #CE3153. Grayscale: #9B9B9B. Windows color (decimal): -13513044 or 11324977. OLE color: 11324977.
HSL color Cylindrical-coordinate representation of color #31CEAC: hue angle of 167.01º 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 #31CEAC is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 172 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.19 |
| HSL | 167.01º | 0.62% | 0.5% | - |
| HSV(B) | 167.01º | 0.76% | 0.81% | - |
| XYZ | 30.78 | 47.77 | 46.63 | - |
| YUV | 155.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 172 | 0.76 | 0 | 0.17 | 0.19 | 167.01 | 0.62 | 0.5 |
| Hex | 31 | CE | AC | 4C | 0 | 11 | 13 | A7 | 3E | 32 |
| Octal | 61 | 316 | 254 | 114 | 0 | 21 | 23 | 247 | 76 | 62 |
| Binary | 110001 | 11001110 | 10101100 | 1001100 | 0 | 10001 | 10011 | 10100111 | 111110 | 110010 |
Color Harmonies of #31CEAC
Complementary color
Monochromatic Colors of #31CEAC
Black with #31CEAC
Text Example
Text Example
White with #31CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEAC; }
p { color: rgb(49,206,172); }
H1.HeaderClassName
{
color: #31CEAC;
}
.AnyTagClassName
{
color: #31CEAC;
}
</style>
background-color css
<style>
a { background-color: #31CEAC; }
a { background-color: rgb(49,206,172); }
div.DivClassName
{
background-color: #31CEAC;
}
.BgClassName
{
background-color: #31CEAC;
}
</style>
border-color css
<style>
span { border-color: #31CEAC; }
span { border-color: rgb(49,206,172); }
td.TdClassName
{
border-color: #31CEAC;
}
.TagClassName
{
border-color: #31CEAC;
}
</style>