Shades of Shamrock #35D2B1
Tints of Shamrock #35D2B1
RGB
CMYK
RGB Variations
Color information
#35D2B1 (or 0x35D2B1) is known color: Shamrock. HEX triplet: 35, D2 and B1. RGB value is (53,210,177). Sum of RGB (Red+Green+Blue) = 53+210+177=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D2B1 is #CA2D4E. Grayscale: #9F9F9F. Windows color (decimal): -13249871 or 11653685. OLE color: 11653685.
HSL color Cylindrical-coordinate representation of color #35D2B1: hue angle of 167.39º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D2B1 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 177 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.18 |
| HSL | 167.39º | 0.64% | 0.52% | - |
| HSV(B) | 167.39º | 0.75% | 0.82% | - |
| XYZ | 32.45 | 50.02 | 49.54 | - |
| YUV | 159.3 | 137.99 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 177 | 0.75 | 0 | 0.16 | 0.18 | 167.39 | 0.64 | 0.52 |
| Hex | 35 | D2 | B1 | 4B | 0 | 10 | 12 | A7 | 40 | 34 |
| Octal | 65 | 322 | 261 | 113 | 0 | 20 | 22 | 247 | 100 | 64 |
| Binary | 110101 | 11010010 | 10110001 | 1001011 | 0 | 10000 | 10010 | 10100111 | 1000000 | 110100 |
Color Harmonies of #35D2B1
Complementary color
Monochromatic Colors of #35D2B1
Black with #35D2B1
Text Example
Text Example
White with #35D2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D2B1; }
p { color: rgb(53,210,177); }
H1.HeaderClassName
{
color: #35D2B1;
}
.AnyTagClassName
{
color: #35D2B1;
}
</style>
background-color css
<style>
a { background-color: #35D2B1; }
a { background-color: rgb(53,210,177); }
div.DivClassName
{
background-color: #35D2B1;
}
.BgClassName
{
background-color: #35D2B1;
}
</style>
border-color css
<style>
span { border-color: #35D2B1; }
span { border-color: rgb(53,210,177); }
td.TdClassName
{
border-color: #35D2B1;
}
.TagClassName
{
border-color: #35D2B1;
}
</style>