Shades of Shamrock #31DBB2
Tints of Shamrock #31DBB2
RGB
CMYK
RGB Variations
Color information
#31DBB2 (or 0x31DBB2) is known color: Shamrock. HEX triplet: 31, DB and B2. RGB value is (49,219,178). Sum of RGB (Red+Green+Blue) = 49+219+178=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DBB2 is #CE244D. Grayscale: #A3A3A3. Windows color (decimal): -13509710 or 11721521. OLE color: 11721521.
HSL color Cylindrical-coordinate representation of color #31DBB2: hue angle of 165.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBB2 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 178 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.14 |
| HSL | 165.53º | 0.7% | 0.53% | - |
| HSV(B) | 165.53º | 0.78% | 0.86% | - |
| XYZ | 34.63 | 54.53 | 50.82 | - |
| YUV | 163.5 | 136.18 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 178 | 0.78 | 0 | 0.19 | 0.14 | 165.53 | 0.7 | 0.53 |
| Hex | 31 | DB | B2 | 4E | 0 | 13 | E | A6 | 46 | 35 |
| Octal | 61 | 333 | 262 | 116 | 0 | 23 | 16 | 246 | 106 | 65 |
| Binary | 110001 | 11011011 | 10110010 | 1001110 | 0 | 10011 | 1110 | 10100110 | 1000110 | 110101 |
Color Harmonies of #31DBB2
Complementary color
Monochromatic Colors of #31DBB2
Black with #31DBB2
Text Example
Text Example
White with #31DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBB2; }
p { color: rgb(49,219,178); }
H1.HeaderClassName
{
color: #31DBB2;
}
.AnyTagClassName
{
color: #31DBB2;
}
</style>
background-color css
<style>
a { background-color: #31DBB2; }
a { background-color: rgb(49,219,178); }
div.DivClassName
{
background-color: #31DBB2;
}
.BgClassName
{
background-color: #31DBB2;
}
</style>
border-color css
<style>
span { border-color: #31DBB2; }
span { border-color: rgb(49,219,178); }
td.TdClassName
{
border-color: #31DBB2;
}
.TagClassName
{
border-color: #31DBB2;
}
</style>