Shades of Shamrock #35E6AD
Tints of Shamrock #35E6AD
RGB
CMYK
RGB Variations
Color information
#35E6AD (or 0x35E6AD) is known color: Shamrock. HEX triplet: 35, E6 and AD. RGB value is (53,230,173). Sum of RGB (Red+Green+Blue) = 53+230+173=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E6AD is #CA1952. Grayscale: #AAAAAA. Windows color (decimal): -13244755 or 11396661. OLE color: 11396661.
HSL color Cylindrical-coordinate representation of color #35E6AD: hue angle of 160.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6AD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 173 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.10 |
| HSL | 160.68º | 0.78% | 0.55% | - |
| HSV(B) | 160.68º | 0.77% | 0.9% | - |
| XYZ | 37.31 | 60.37 | 49.22 | - |
| YUV | 170.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 173 | 0.77 | 0 | 0.25 | 0.10 | 160.68 | 0.78 | 0.55 |
| Hex | 35 | E6 | AD | 4D | 0 | 19 | A | A1 | 4E | 37 |
| Octal | 65 | 346 | 255 | 115 | 0 | 31 | 12 | 241 | 116 | 67 |
| Binary | 110101 | 11100110 | 10101101 | 1001101 | 0 | 11001 | 1010 | 10100001 | 1001110 | 110111 |
Color Harmonies of #35E6AD
Complementary color
Monochromatic Colors of #35E6AD
Black with #35E6AD
Text Example
Text Example
White with #35E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E6AD; }
p { color: rgb(53,230,173); }
H1.HeaderClassName
{
color: #35E6AD;
}
.AnyTagClassName
{
color: #35E6AD;
}
</style>
background-color css
<style>
a { background-color: #35E6AD; }
a { background-color: rgb(53,230,173); }
div.DivClassName
{
background-color: #35E6AD;
}
.BgClassName
{
background-color: #35E6AD;
}
</style>
border-color css
<style>
span { border-color: #35E6AD; }
span { border-color: rgb(53,230,173); }
td.TdClassName
{
border-color: #35E6AD;
}
.TagClassName
{
border-color: #35E6AD;
}
</style>