Shades of Shamrock #31C8AE
Tints of Shamrock #31C8AE
RGB
CMYK
RGB Variations
Color information
#31C8AE (or 0x31C8AE) is known color: Shamrock. HEX triplet: 31, C8 and AE. RGB value is (49,200,174). Sum of RGB (Red+Green+Blue) = 49+200+174=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #31C8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C8AE is #CE3751. Grayscale: #979797. Windows color (decimal): -13514578 or 11454513. OLE color: 11454513.
HSL color Cylindrical-coordinate representation of color #31C8AE: hue angle of 169.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C8AE is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 174 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.22 |
| HSL | 169.67º | 0.61% | 0.49% | - |
| HSV(B) | 169.67º | 0.76% | 0.78% | - |
| XYZ | 29.56 | 45.02 | 47.18 | - |
| YUV | 151.89 | 140.47 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 174 | 0.76 | 0 | 0.13 | 0.22 | 169.67 | 0.61 | 0.49 |
| Hex | 31 | C8 | AE | 4C | 0 | D | 16 | AA | 3D | 31 |
| Octal | 61 | 310 | 256 | 114 | 0 | 15 | 26 | 252 | 75 | 61 |
| Binary | 110001 | 11001000 | 10101110 | 1001100 | 0 | 1101 | 10110 | 10101010 | 111101 | 110001 |
Color Harmonies of #31C8AE
Complementary color
Monochromatic Colors of #31C8AE
Black with #31C8AE
Text Example
Text Example
White with #31C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8AE; }
p { color: rgb(49,200,174); }
H1.HeaderClassName
{
color: #31C8AE;
}
.AnyTagClassName
{
color: #31C8AE;
}
</style>
background-color css
<style>
a { background-color: #31C8AE; }
a { background-color: rgb(49,200,174); }
div.DivClassName
{
background-color: #31C8AE;
}
.BgClassName
{
background-color: #31C8AE;
}
</style>
border-color css
<style>
span { border-color: #31C8AE; }
span { border-color: rgb(49,200,174); }
td.TdClassName
{
border-color: #31C8AE;
}
.TagClassName
{
border-color: #31C8AE;
}
</style>