Shades of Shamrock #35CA8E
Tints of Shamrock #35CA8E
RGB
CMYK
RGB Variations
Color information
#35CA8E (or 0x35CA8E) is known color: Shamrock. HEX triplet: 35, CA and 8E. RGB value is (53,202,142). Sum of RGB (Red+Green+Blue) = 53+202+142=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CA8E is #CA3571. Grayscale: #969696. Windows color (decimal): -13251954 or 9357877. OLE color: 9357877.
HSL color Cylindrical-coordinate representation of color #35CA8E: hue angle of 155.84º 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 #35CA8E is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 142 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.21 |
| HSL | 155.84º | 0.58% | 0.5% | - |
| HSV(B) | 155.84º | 0.74% | 0.79% | - |
| XYZ | 27.47 | 44.95 | 32.82 | - |
| YUV | 150.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 142 | 0.74 | 0 | 0.30 | 0.21 | 155.84 | 0.58 | 0.5 |
| Hex | 35 | CA | 8E | 4A | 0 | 1E | 15 | 9C | 3A | 32 |
| Octal | 65 | 312 | 216 | 112 | 0 | 36 | 25 | 234 | 72 | 62 |
| Binary | 110101 | 11001010 | 10001110 | 1001010 | 0 | 11110 | 10101 | 10011100 | 111010 | 110010 |
Color Harmonies of #35CA8E
Complementary color
Monochromatic Colors of #35CA8E
Black with #35CA8E
Text Example
Text Example
White with #35CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA8E; }
p { color: rgb(53,202,142); }
H1.HeaderClassName
{
color: #35CA8E;
}
.AnyTagClassName
{
color: #35CA8E;
}
</style>
background-color css
<style>
a { background-color: #35CA8E; }
a { background-color: rgb(53,202,142); }
div.DivClassName
{
background-color: #35CA8E;
}
.BgClassName
{
background-color: #35CA8E;
}
</style>
border-color css
<style>
span { border-color: #35CA8E; }
span { border-color: rgb(53,202,142); }
td.TdClassName
{
border-color: #35CA8E;
}
.TagClassName
{
border-color: #35CA8E;
}
</style>