Shades of Shamrock #35CE90
Tints of Shamrock #35CE90
RGB
CMYK
RGB Variations
Color information
#35CE90 (or 0x35CE90) is known color: Shamrock. HEX triplet: 35, CE and 90. RGB value is (53,206,144). Sum of RGB (Red+Green+Blue) = 53+206+144=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CE90 is #CA316F. Grayscale: #999999. Windows color (decimal): -13250928 or 9489973. OLE color: 9489973.
HSL color Cylindrical-coordinate representation of color #35CE90: hue angle of 155.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE90 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 144 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.19 |
| HSL | 155.69º | 0.61% | 0.51% | - |
| HSV(B) | 155.69º | 0.74% | 0.81% | - |
| XYZ | 28.57 | 46.91 | 33.93 | - |
| YUV | 153.19 | 122.81 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 144 | 0.74 | 0 | 0.30 | 0.19 | 155.69 | 0.61 | 0.51 |
| Hex | 35 | CE | 90 | 4A | 0 | 1E | 13 | 9C | 3D | 33 |
| Octal | 65 | 316 | 220 | 112 | 0 | 36 | 23 | 234 | 75 | 63 |
| Binary | 110101 | 11001110 | 10010000 | 1001010 | 0 | 11110 | 10011 | 10011100 | 111101 | 110011 |
Color Harmonies of #35CE90
Complementary color
Monochromatic Colors of #35CE90
Black with #35CE90
Text Example
Text Example
White with #35CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE90; }
p { color: rgb(53,206,144); }
H1.HeaderClassName
{
color: #35CE90;
}
.AnyTagClassName
{
color: #35CE90;
}
</style>
background-color css
<style>
a { background-color: #35CE90; }
a { background-color: rgb(53,206,144); }
div.DivClassName
{
background-color: #35CE90;
}
.BgClassName
{
background-color: #35CE90;
}
</style>
border-color css
<style>
span { border-color: #35CE90; }
span { border-color: rgb(53,206,144); }
td.TdClassName
{
border-color: #35CE90;
}
.TagClassName
{
border-color: #35CE90;
}
</style>