Shades of Shamrock #31BDA4
Tints of Shamrock #31BDA4
RGB
CMYK
RGB Variations
Color information
#31BDA4 (or 0x31BDA4) is known color: Shamrock. HEX triplet: 31, BD and A4. RGB value is (49,189,164). Sum of RGB (Red+Green+Blue) = 49+189+164=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDA4 is #CE425B. Grayscale: #909090. Windows color (decimal): -13517404 or 10796337. OLE color: 10796337.
HSL color Cylindrical-coordinate representation of color #31BDA4: hue angle of 169.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDA4 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 164 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.26 |
| HSL | 169.29º | 0.59% | 0.47% | - |
| HSV(B) | 169.29º | 0.74% | 0.74% | - |
| XYZ | 26.17 | 39.73 | 41.41 | - |
| YUV | 144.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 164 | 0.74 | 0 | 0.13 | 0.26 | 169.29 | 0.59 | 0.47 |
| Hex | 31 | BD | A4 | 4A | 0 | D | 1A | A9 | 3B | 2F |
| Octal | 61 | 275 | 244 | 112 | 0 | 15 | 32 | 251 | 73 | 57 |
| Binary | 110001 | 10111101 | 10100100 | 1001010 | 0 | 1101 | 11010 | 10101001 | 111011 | 101111 |
Color Harmonies of #31BDA4
Complementary color
Monochromatic Colors of #31BDA4
Black with #31BDA4
Text Example
Text Example
White with #31BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDA4; }
p { color: rgb(49,189,164); }
H1.HeaderClassName
{
color: #31BDA4;
}
.AnyTagClassName
{
color: #31BDA4;
}
</style>
background-color css
<style>
a { background-color: #31BDA4; }
a { background-color: rgb(49,189,164); }
div.DivClassName
{
background-color: #31BDA4;
}
.BgClassName
{
background-color: #31BDA4;
}
</style>
border-color css
<style>
span { border-color: #31BDA4; }
span { border-color: rgb(49,189,164); }
td.TdClassName
{
border-color: #31BDA4;
}
.TagClassName
{
border-color: #31BDA4;
}
</style>