Shades of Shamrock #35C990
Tints of Shamrock #35C990
RGB
CMYK
RGB Variations
Color information
#35C990 (or 0x35C990) is known color: Shamrock. HEX triplet: 35, C9 and 90. RGB value is (53,201,144). Sum of RGB (Red+Green+Blue) = 53+201+144=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #35C990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C990 is #CA366F. Grayscale: #969696. Windows color (decimal): -13252208 or 9488693. OLE color: 9488693.
HSL color Cylindrical-coordinate representation of color #35C990: hue angle of 156.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C990 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 144 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.21 |
| HSL | 156.89º | 0.58% | 0.5% | - |
| HSV(B) | 156.89º | 0.74% | 0.79% | - |
| XYZ | 27.39 | 44.54 | 33.54 | - |
| YUV | 150.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 144 | 0.74 | 0 | 0.28 | 0.21 | 156.89 | 0.58 | 0.5 |
| Hex | 35 | C9 | 90 | 4A | 0 | 1C | 15 | 9D | 3A | 32 |
| Octal | 65 | 311 | 220 | 112 | 0 | 34 | 25 | 235 | 72 | 62 |
| Binary | 110101 | 11001001 | 10010000 | 1001010 | 0 | 11100 | 10101 | 10011101 | 111010 | 110010 |
Color Harmonies of #35C990
Complementary color
Monochromatic Colors of #35C990
Black with #35C990
Text Example
Text Example
White with #35C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C990; }
p { color: rgb(53,201,144); }
H1.HeaderClassName
{
color: #35C990;
}
.AnyTagClassName
{
color: #35C990;
}
</style>
background-color css
<style>
a { background-color: #35C990; }
a { background-color: rgb(53,201,144); }
div.DivClassName
{
background-color: #35C990;
}
.BgClassName
{
background-color: #35C990;
}
</style>
border-color css
<style>
span { border-color: #35C990; }
span { border-color: rgb(53,201,144); }
td.TdClassName
{
border-color: #35C990;
}
.TagClassName
{
border-color: #35C990;
}
</style>