Shades of Shamrock #31CDA6
Tints of Shamrock #31CDA6
RGB
CMYK
RGB Variations
Color information
#31CDA6 (or 0x31CDA6) is known color: Shamrock. HEX triplet: 31, CD and A6. RGB value is (49,205,166). Sum of RGB (Red+Green+Blue) = 49+205+166=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CDA6 is #CE3259. Grayscale: #999999. Windows color (decimal): -13513306 or 10931505. OLE color: 10931505.
HSL color Cylindrical-coordinate representation of color #31CDA6: hue angle of 165º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CDA6 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 166 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.20 |
| HSL | 165º | 0.61% | 0.5% | - |
| HSV(B) | 165º | 0.76% | 0.8% | - |
| XYZ | 29.98 | 47.07 | 43.58 | - |
| YUV | 153.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 166 | 0.76 | 0 | 0.19 | 0.20 | 165 | 0.61 | 0.5 |
| Hex | 31 | CD | A6 | 4C | 0 | 13 | 14 | A5 | 3D | 32 |
| Octal | 61 | 315 | 246 | 114 | 0 | 23 | 24 | 245 | 75 | 62 |
| Binary | 110001 | 11001101 | 10100110 | 1001100 | 0 | 10011 | 10100 | 10100101 | 111101 | 110010 |
Color Harmonies of #31CDA6
Complementary color
Monochromatic Colors of #31CDA6
Black with #31CDA6
Text Example
Text Example
White with #31CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDA6; }
p { color: rgb(49,205,166); }
H1.HeaderClassName
{
color: #31CDA6;
}
.AnyTagClassName
{
color: #31CDA6;
}
</style>
background-color css
<style>
a { background-color: #31CDA6; }
a { background-color: rgb(49,205,166); }
div.DivClassName
{
background-color: #31CDA6;
}
.BgClassName
{
background-color: #31CDA6;
}
</style>
border-color css
<style>
span { border-color: #31CDA6; }
span { border-color: rgb(49,205,166); }
td.TdClassName
{
border-color: #31CDA6;
}
.TagClassName
{
border-color: #31CDA6;
}
</style>