Shades of Shamrock #31DDB3
Tints of Shamrock #31DDB3
RGB
CMYK
RGB Variations
Color information
#31DDB3 (or 0x31DDB3) is known color: Shamrock. HEX triplet: 31, DD and B3. RGB value is (49,221,179). Sum of RGB (Red+Green+Blue) = 49+221+179=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDB3 is #CE224C. Grayscale: #A4A4A4. Windows color (decimal): -13509197 or 11787569. OLE color: 11787569.
HSL color Cylindrical-coordinate representation of color #31DDB3: hue angle of 165.35º degrees, saturation: 0.72, 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 #31DDB3 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 179 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.13 |
| HSL | 165.35º | 0.72% | 0.53% | - |
| HSV(B) | 165.35º | 0.78% | 0.87% | - |
| XYZ | 35.26 | 55.62 | 51.53 | - |
| YUV | 164.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 179 | 0.78 | 0 | 0.19 | 0.13 | 165.35 | 0.72 | 0.53 |
| Hex | 31 | DD | B3 | 4E | 0 | 13 | D | A5 | 48 | 35 |
| Octal | 61 | 335 | 263 | 116 | 0 | 23 | 15 | 245 | 110 | 65 |
| Binary | 110001 | 11011101 | 10110011 | 1001110 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110101 |
Color Harmonies of #31DDB3
Complementary color
Monochromatic Colors of #31DDB3
Black with #31DDB3
Text Example
Text Example
White with #31DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDB3; }
p { color: rgb(49,221,179); }
H1.HeaderClassName
{
color: #31DDB3;
}
.AnyTagClassName
{
color: #31DDB3;
}
</style>
background-color css
<style>
a { background-color: #31DDB3; }
a { background-color: rgb(49,221,179); }
div.DivClassName
{
background-color: #31DDB3;
}
.BgClassName
{
background-color: #31DDB3;
}
</style>
border-color css
<style>
span { border-color: #31DDB3; }
span { border-color: rgb(49,221,179); }
td.TdClassName
{
border-color: #31DDB3;
}
.TagClassName
{
border-color: #31DDB3;
}
</style>