Shades of Shamrock #31CBA8
Tints of Shamrock #31CBA8
RGB
CMYK
RGB Variations
Color information
#31CBA8 (or 0x31CBA8) is known color: Shamrock. HEX triplet: 31, CB and A8. RGB value is (49,203,168). Sum of RGB (Red+Green+Blue) = 49+203+168=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CBA8 is #CE3457. Grayscale: #989898. Windows color (decimal): -13513816 or 11062065. OLE color: 11062065.
HSL color Cylindrical-coordinate representation of color #31CBA8: hue angle of 166.36º 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 #31CBA8 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 168 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.20 |
| HSL | 166.36º | 0.61% | 0.49% | - |
| HSV(B) | 166.36º | 0.76% | 0.8% | - |
| XYZ | 29.69 | 46.19 | 44.4 | - |
| YUV | 152.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 168 | 0.76 | 0 | 0.17 | 0.20 | 166.36 | 0.61 | 0.49 |
| Hex | 31 | CB | A8 | 4C | 0 | 11 | 14 | A6 | 3D | 31 |
| Octal | 61 | 313 | 250 | 114 | 0 | 21 | 24 | 246 | 75 | 61 |
| Binary | 110001 | 11001011 | 10101000 | 1001100 | 0 | 10001 | 10100 | 10100110 | 111101 | 110001 |
Color Harmonies of #31CBA8
Complementary color
Monochromatic Colors of #31CBA8
Black with #31CBA8
Text Example
Text Example
White with #31CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBA8; }
p { color: rgb(49,203,168); }
H1.HeaderClassName
{
color: #31CBA8;
}
.AnyTagClassName
{
color: #31CBA8;
}
</style>
background-color css
<style>
a { background-color: #31CBA8; }
a { background-color: rgb(49,203,168); }
div.DivClassName
{
background-color: #31CBA8;
}
.BgClassName
{
background-color: #31CBA8;
}
</style>
border-color css
<style>
span { border-color: #31CBA8; }
span { border-color: rgb(49,203,168); }
td.TdClassName
{
border-color: #31CBA8;
}
.TagClassName
{
border-color: #31CBA8;
}
</style>