Shades of Shamrock #31CFAA
Tints of Shamrock #31CFAA
RGB
CMYK
RGB Variations
Color information
#31CFAA (or 0x31CFAA) is known color: Shamrock. HEX triplet: 31, CF and AA. RGB value is (49,207,170). Sum of RGB (Red+Green+Blue) = 49+207+170=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CFAA is #CE3055. Grayscale: #9B9B9B. Windows color (decimal): -13512790 or 11194161. OLE color: 11194161.
HSL color Cylindrical-coordinate representation of color #31CFAA: hue angle of 165.95º 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 #31CFAA is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 170 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.19 |
| HSL | 165.95º | 0.62% | 0.5% | - |
| HSV(B) | 165.95º | 0.76% | 0.81% | - |
| XYZ | 30.84 | 48.18 | 45.7 | - |
| YUV | 155.54 | 136.15 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 170 | 0.76 | 0 | 0.18 | 0.19 | 165.95 | 0.62 | 0.5 |
| Hex | 31 | CF | AA | 4C | 0 | 12 | 13 | A6 | 3E | 32 |
| Octal | 61 | 317 | 252 | 114 | 0 | 22 | 23 | 246 | 76 | 62 |
| Binary | 110001 | 11001111 | 10101010 | 1001100 | 0 | 10010 | 10011 | 10100110 | 111110 | 110010 |
Color Harmonies of #31CFAA
Complementary color
Monochromatic Colors of #31CFAA
Black with #31CFAA
Text Example
Text Example
White with #31CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFAA; }
p { color: rgb(49,207,170); }
H1.HeaderClassName
{
color: #31CFAA;
}
.AnyTagClassName
{
color: #31CFAA;
}
</style>
background-color css
<style>
a { background-color: #31CFAA; }
a { background-color: rgb(49,207,170); }
div.DivClassName
{
background-color: #31CFAA;
}
.BgClassName
{
background-color: #31CFAA;
}
</style>
border-color css
<style>
span { border-color: #31CFAA; }
span { border-color: rgb(49,207,170); }
td.TdClassName
{
border-color: #31CFAA;
}
.TagClassName
{
border-color: #31CFAA;
}
</style>