Shades of Shamrock #31CFAB
Tints of Shamrock #31CFAB
RGB
CMYK
RGB Variations
Color information
#31CFAB (or 0x31CFAB) is known color: Shamrock. HEX triplet: 31, CF and AB. RGB value is (49,207,171). Sum of RGB (Red+Green+Blue) = 49+207+171=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CFAB is #CE3054. Grayscale: #9B9B9B. Windows color (decimal): -13512789 or 11259697. OLE color: 11259697.
HSL color Cylindrical-coordinate representation of color #31CFAB: hue angle of 166.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFAB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 171 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.19 |
| HSL | 166.33º | 0.62% | 0.5% | - |
| HSV(B) | 166.33º | 0.76% | 0.81% | - |
| XYZ | 30.93 | 48.22 | 46.21 | - |
| YUV | 155.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 171 | 0.76 | 0 | 0.17 | 0.19 | 166.33 | 0.62 | 0.5 |
| Hex | 31 | CF | AB | 4C | 0 | 11 | 13 | A6 | 3E | 32 |
| Octal | 61 | 317 | 253 | 114 | 0 | 21 | 23 | 246 | 76 | 62 |
| Binary | 110001 | 11001111 | 10101011 | 1001100 | 0 | 10001 | 10011 | 10100110 | 111110 | 110010 |
Color Harmonies of #31CFAB
Complementary color
Monochromatic Colors of #31CFAB
Black with #31CFAB
Text Example
Text Example
White with #31CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFAB; }
p { color: rgb(49,207,171); }
H1.HeaderClassName
{
color: #31CFAB;
}
.AnyTagClassName
{
color: #31CFAB;
}
</style>
background-color css
<style>
a { background-color: #31CFAB; }
a { background-color: rgb(49,207,171); }
div.DivClassName
{
background-color: #31CFAB;
}
.BgClassName
{
background-color: #31CFAB;
}
</style>
border-color css
<style>
span { border-color: #31CFAB; }
span { border-color: rgb(49,207,171); }
td.TdClassName
{
border-color: #31CFAB;
}
.TagClassName
{
border-color: #31CFAB;
}
</style>