Shades of Shamrock #31CCAF
Tints of Shamrock #31CCAF
RGB
CMYK
RGB Variations
Color information
#31CCAF (or 0x31CCAF) is known color: Shamrock. HEX triplet: 31, CC and AF. RGB value is (49,204,175). Sum of RGB (Red+Green+Blue) = 49+204+175=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CCAF is #CE3350. Grayscale: #9A9A9A. Windows color (decimal): -13513553 or 11521073. OLE color: 11521073.
HSL color Cylindrical-coordinate representation of color #31CCAF: hue angle of 168.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CCAF is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 175 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.2 |
| HSL | 168.77º | 0.61% | 0.5% | - |
| HSV(B) | 168.77º | 0.76% | 0.8% | - |
| XYZ | 30.6 | 46.93 | 48 | - |
| YUV | 154.35 | 139.65 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 175 | 0.76 | 0 | 0.14 | 0.2 | 168.77 | 0.61 | 0.5 |
| Hex | 31 | CC | AF | 4C | 0 | E | 14 | A9 | 3D | 32 |
| Octal | 61 | 314 | 257 | 114 | 0 | 16 | 24 | 251 | 75 | 62 |
| Binary | 110001 | 11001100 | 10101111 | 1001100 | 0 | 1110 | 10100 | 10101001 | 111101 | 110010 |
Color Harmonies of #31CCAF
Complementary color
Monochromatic Colors of #31CCAF
Black with #31CCAF
Text Example
Text Example
White with #31CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCAF; }
p { color: rgb(49,204,175); }
H1.HeaderClassName
{
color: #31CCAF;
}
.AnyTagClassName
{
color: #31CCAF;
}
</style>
background-color css
<style>
a { background-color: #31CCAF; }
a { background-color: rgb(49,204,175); }
div.DivClassName
{
background-color: #31CCAF;
}
.BgClassName
{
background-color: #31CCAF;
}
</style>
border-color css
<style>
span { border-color: #31CCAF; }
span { border-color: rgb(49,204,175); }
td.TdClassName
{
border-color: #31CCAF;
}
.TagClassName
{
border-color: #31CCAF;
}
</style>