Shades of Shamrock #31DFAE
Tints of Shamrock #31DFAE
RGB
CMYK
RGB Variations
Color information
#31DFAE (or 0x31DFAE) is known color: Shamrock. HEX triplet: 31, DF and AE. RGB value is (49,223,174). Sum of RGB (Red+Green+Blue) = 49+223+174=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DFAE is #CE2051. Grayscale: #A5A5A5. Windows color (decimal): -13508690 or 11460401. OLE color: 11460401.
HSL color Cylindrical-coordinate representation of color #31DFAE: hue angle of 163.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFAE is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 174 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.13 |
| HSL | 163.1º | 0.73% | 0.53% | - |
| HSV(B) | 163.1º | 0.78% | 0.87% | - |
| XYZ | 35.29 | 56.48 | 49.09 | - |
| YUV | 165.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 174 | 0.78 | 0 | 0.22 | 0.13 | 163.1 | 0.73 | 0.53 |
| Hex | 31 | DF | AE | 4E | 0 | 16 | D | A3 | 49 | 35 |
| Octal | 61 | 337 | 256 | 116 | 0 | 26 | 15 | 243 | 111 | 65 |
| Binary | 110001 | 11011111 | 10101110 | 1001110 | 0 | 10110 | 1101 | 10100011 | 1001001 | 110101 |
Color Harmonies of #31DFAE
Complementary color
Monochromatic Colors of #31DFAE
Black with #31DFAE
Text Example
Text Example
White with #31DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFAE; }
p { color: rgb(49,223,174); }
H1.HeaderClassName
{
color: #31DFAE;
}
.AnyTagClassName
{
color: #31DFAE;
}
</style>
background-color css
<style>
a { background-color: #31DFAE; }
a { background-color: rgb(49,223,174); }
div.DivClassName
{
background-color: #31DFAE;
}
.BgClassName
{
background-color: #31DFAE;
}
</style>
border-color css
<style>
span { border-color: #31DFAE; }
span { border-color: rgb(49,223,174); }
td.TdClassName
{
border-color: #31DFAE;
}
.TagClassName
{
border-color: #31DFAE;
}
</style>