Shades of Shamrock #31CFAD
Tints of Shamrock #31CFAD
RGB
CMYK
RGB Variations
Color information
#31CFAD (or 0x31CFAD) is known color: Shamrock. HEX triplet: 31, CF and AD. RGB value is (49,207,173). Sum of RGB (Red+Green+Blue) = 49+207+173=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CFAD is #CE3052. Grayscale: #9B9B9B. Windows color (decimal): -13512787 or 11390769. OLE color: 11390769.
HSL color Cylindrical-coordinate representation of color #31CFAD: hue angle of 167.09º 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 #31CFAD is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 173 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.19 |
| HSL | 167.09º | 0.62% | 0.5% | - |
| HSV(B) | 167.09º | 0.76% | 0.81% | - |
| XYZ | 31.12 | 48.3 | 47.22 | - |
| YUV | 155.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 173 | 0.76 | 0 | 0.16 | 0.19 | 167.09 | 0.62 | 0.5 |
| Hex | 31 | CF | AD | 4C | 0 | 10 | 13 | A7 | 3E | 32 |
| Octal | 61 | 317 | 255 | 114 | 0 | 20 | 23 | 247 | 76 | 62 |
| Binary | 110001 | 11001111 | 10101101 | 1001100 | 0 | 10000 | 10011 | 10100111 | 111110 | 110010 |
Color Harmonies of #31CFAD
Complementary color
Monochromatic Colors of #31CFAD
Black with #31CFAD
Text Example
Text Example
White with #31CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFAD; }
p { color: rgb(49,207,173); }
H1.HeaderClassName
{
color: #31CFAD;
}
.AnyTagClassName
{
color: #31CFAD;
}
</style>
background-color css
<style>
a { background-color: #31CFAD; }
a { background-color: rgb(49,207,173); }
div.DivClassName
{
background-color: #31CFAD;
}
.BgClassName
{
background-color: #31CFAD;
}
</style>
border-color css
<style>
span { border-color: #31CFAD; }
span { border-color: rgb(49,207,173); }
td.TdClassName
{
border-color: #31CFAD;
}
.TagClassName
{
border-color: #31CFAD;
}
</style>