Shades of Shamrock #31CBA9
Tints of Shamrock #31CBA9
RGB
CMYK
RGB Variations
Color information
#31CBA9 (or 0x31CBA9) is known color: Shamrock. HEX triplet: 31, CB and A9. RGB value is (49,203,169). Sum of RGB (Red+Green+Blue) = 49+203+169=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CBA9 is #CE3456. Grayscale: #999999. Windows color (decimal): -13513815 or 11127601. OLE color: 11127601.
HSL color Cylindrical-coordinate representation of color #31CBA9: hue angle of 166.75º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBA9 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 169 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.20 |
| HSL | 166.75º | 0.61% | 0.49% | - |
| HSV(B) | 166.75º | 0.76% | 0.8% | - |
| XYZ | 29.78 | 46.23 | 44.89 | - |
| YUV | 153.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 169 | 0.76 | 0 | 0.17 | 0.20 | 166.75 | 0.61 | 0.49 |
| Hex | 31 | CB | A9 | 4C | 0 | 11 | 14 | A7 | 3D | 31 |
| Octal | 61 | 313 | 251 | 114 | 0 | 21 | 24 | 247 | 75 | 61 |
| Binary | 110001 | 11001011 | 10101001 | 1001100 | 0 | 10001 | 10100 | 10100111 | 111101 | 110001 |
Color Harmonies of #31CBA9
Complementary color
Monochromatic Colors of #31CBA9
Black with #31CBA9
Text Example
Text Example
White with #31CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBA9; }
p { color: rgb(49,203,169); }
H1.HeaderClassName
{
color: #31CBA9;
}
.AnyTagClassName
{
color: #31CBA9;
}
</style>
background-color css
<style>
a { background-color: #31CBA9; }
a { background-color: rgb(49,203,169); }
div.DivClassName
{
background-color: #31CBA9;
}
.BgClassName
{
background-color: #31CBA9;
}
</style>
border-color css
<style>
span { border-color: #31CBA9; }
span { border-color: rgb(49,203,169); }
td.TdClassName
{
border-color: #31CBA9;
}
.TagClassName
{
border-color: #31CBA9;
}
</style>