Shades of Shamrock #31CEAD
Tints of Shamrock #31CEAD
RGB
CMYK
RGB Variations
Color information
#31CEAD (or 0x31CEAD) is known color: Shamrock. HEX triplet: 31, CE and AD. RGB value is (49,206,173). Sum of RGB (Red+Green+Blue) = 49+206+173=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEAD is #CE3152. Grayscale: #9B9B9B. Windows color (decimal): -13513043 or 11390513. OLE color: 11390513.
HSL color Cylindrical-coordinate representation of color #31CEAD: hue angle of 167.39º 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 #31CEAD is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 173 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.19 |
| HSL | 167.39º | 0.62% | 0.5% | - |
| HSV(B) | 167.39º | 0.76% | 0.81% | - |
| XYZ | 30.88 | 47.81 | 47.14 | - |
| YUV | 155.3 | 137.99 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 173 | 0.76 | 0 | 0.16 | 0.19 | 167.39 | 0.62 | 0.5 |
| Hex | 31 | CE | AD | 4C | 0 | 10 | 13 | A7 | 3E | 32 |
| Octal | 61 | 316 | 255 | 114 | 0 | 20 | 23 | 247 | 76 | 62 |
| Binary | 110001 | 11001110 | 10101101 | 1001100 | 0 | 10000 | 10011 | 10100111 | 111110 | 110010 |
Color Harmonies of #31CEAD
Complementary color
Monochromatic Colors of #31CEAD
Black with #31CEAD
Text Example
Text Example
White with #31CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEAD; }
p { color: rgb(49,206,173); }
H1.HeaderClassName
{
color: #31CEAD;
}
.AnyTagClassName
{
color: #31CEAD;
}
</style>
background-color css
<style>
a { background-color: #31CEAD; }
a { background-color: rgb(49,206,173); }
div.DivClassName
{
background-color: #31CEAD;
}
.BgClassName
{
background-color: #31CEAD;
}
</style>
border-color css
<style>
span { border-color: #31CEAD; }
span { border-color: rgb(49,206,173); }
td.TdClassName
{
border-color: #31CEAD;
}
.TagClassName
{
border-color: #31CEAD;
}
</style>