Shades of Shamrock #31CDB3
Tints of Shamrock #31CDB3
RGB
CMYK
RGB Variations
Color information
#31CDB3 (or 0x31CDB3) is known color: Shamrock. HEX triplet: 31, CD and B3. RGB value is (49,205,179). Sum of RGB (Red+Green+Blue) = 49+205+179=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDB3 is #CE324C. Grayscale: #9B9B9B. Windows color (decimal): -13513293 or 11783473. OLE color: 11783473.
HSL color Cylindrical-coordinate representation of color #31CDB3: hue angle of 170º 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 #31CDB3 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 179 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.20 |
| HSL | 170º | 0.61% | 0.5% | - |
| HSV(B) | 170º | 0.76% | 0.8% | - |
| XYZ | 31.23 | 47.57 | 50.18 | - |
| YUV | 155.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 179 | 0.76 | 0 | 0.13 | 0.20 | 170 | 0.61 | 0.5 |
| Hex | 31 | CD | B3 | 4C | 0 | D | 14 | AA | 3D | 32 |
| Octal | 61 | 315 | 263 | 114 | 0 | 15 | 24 | 252 | 75 | 62 |
| Binary | 110001 | 11001101 | 10110011 | 1001100 | 0 | 1101 | 10100 | 10101010 | 111101 | 110010 |
Color Harmonies of #31CDB3
Complementary color
Monochromatic Colors of #31CDB3
Black with #31CDB3
Text Example
Text Example
White with #31CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDB3; }
p { color: rgb(49,205,179); }
H1.HeaderClassName
{
color: #31CDB3;
}
.AnyTagClassName
{
color: #31CDB3;
}
</style>
background-color css
<style>
a { background-color: #31CDB3; }
a { background-color: rgb(49,205,179); }
div.DivClassName
{
background-color: #31CDB3;
}
.BgClassName
{
background-color: #31CDB3;
}
</style>
border-color css
<style>
span { border-color: #31CDB3; }
span { border-color: rgb(49,205,179); }
td.TdClassName
{
border-color: #31CDB3;
}
.TagClassName
{
border-color: #31CDB3;
}
</style>