Shades of Shamrock #35D7B3
Tints of Shamrock #35D7B3
RGB
CMYK
RGB Variations
Color information
#35D7B3 (or 0x35D7B3) is known color: Shamrock. HEX triplet: 35, D7 and B3. RGB value is (53,215,179). Sum of RGB (Red+Green+Blue) = 53+215+179=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #35D7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D7B3 is #CA284C. Grayscale: #A2A2A2. Windows color (decimal): -13248589 or 11786037. OLE color: 11786037.
HSL color Cylindrical-coordinate representation of color #35D7B3: hue angle of 166.67º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D7B3 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 215 | 179 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.16 |
| HSL | 166.67º | 0.67% | 0.53% | - |
| HSV(B) | 166.67º | 0.75% | 0.84% | - |
| XYZ | 33.91 | 52.61 | 51.02 | - |
| YUV | 162.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 215 | 179 | 0.75 | 0 | 0.17 | 0.16 | 166.67 | 0.67 | 0.53 |
| Hex | 35 | D7 | B3 | 4B | 0 | 11 | 10 | A7 | 43 | 35 |
| Octal | 65 | 327 | 263 | 113 | 0 | 21 | 20 | 247 | 103 | 65 |
| Binary | 110101 | 11010111 | 10110011 | 1001011 | 0 | 10001 | 10000 | 10100111 | 1000011 | 110101 |
Color Harmonies of #35D7B3
Complementary color
Monochromatic Colors of #35D7B3
Black with #35D7B3
Text Example
Text Example
White with #35D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D7B3; }
p { color: rgb(53,215,179); }
H1.HeaderClassName
{
color: #35D7B3;
}
.AnyTagClassName
{
color: #35D7B3;
}
</style>
background-color css
<style>
a { background-color: #35D7B3; }
a { background-color: rgb(53,215,179); }
div.DivClassName
{
background-color: #35D7B3;
}
.BgClassName
{
background-color: #35D7B3;
}
</style>
border-color css
<style>
span { border-color: #35D7B3; }
span { border-color: rgb(53,215,179); }
td.TdClassName
{
border-color: #35D7B3;
}
.TagClassName
{
border-color: #35D7B3;
}
</style>