Shades of Shamrock #31CFA7
Tints of Shamrock #31CFA7
RGB
CMYK
RGB Variations
Color information
#31CFA7 (or 0x31CFA7) is known color: Shamrock. HEX triplet: 31, CF and A7. RGB value is (49,207,167). Sum of RGB (Red+Green+Blue) = 49+207+167=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CFA7 is #CE3058. Grayscale: #9B9B9B. Windows color (decimal): -13512793 or 10997553. OLE color: 10997553.
HSL color Cylindrical-coordinate representation of color #31CFA7: hue angle of 164.81º 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 #31CFA7 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 167 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.19 |
| HSL | 164.81º | 0.62% | 0.5% | - |
| HSV(B) | 164.81º | 0.76% | 0.81% | - |
| XYZ | 30.55 | 48.07 | 44.23 | - |
| YUV | 155.2 | 134.65 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 167 | 0.76 | 0 | 0.19 | 0.19 | 164.81 | 0.62 | 0.5 |
| Hex | 31 | CF | A7 | 4C | 0 | 13 | 13 | A5 | 3E | 32 |
| Octal | 61 | 317 | 247 | 114 | 0 | 23 | 23 | 245 | 76 | 62 |
| Binary | 110001 | 11001111 | 10100111 | 1001100 | 0 | 10011 | 10011 | 10100101 | 111110 | 110010 |
Color Harmonies of #31CFA7
Complementary color
Monochromatic Colors of #31CFA7
Black with #31CFA7
Text Example
Text Example
White with #31CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFA7; }
p { color: rgb(49,207,167); }
H1.HeaderClassName
{
color: #31CFA7;
}
.AnyTagClassName
{
color: #31CFA7;
}
</style>
background-color css
<style>
a { background-color: #31CFA7; }
a { background-color: rgb(49,207,167); }
div.DivClassName
{
background-color: #31CFA7;
}
.BgClassName
{
background-color: #31CFA7;
}
</style>
border-color css
<style>
span { border-color: #31CFA7; }
span { border-color: rgb(49,207,167); }
td.TdClassName
{
border-color: #31CFA7;
}
.TagClassName
{
border-color: #31CFA7;
}
</style>