Shades of Shamrock #35BDA2
Tints of Shamrock #35BDA2
RGB
CMYK
RGB Variations
Color information
#35BDA2 (or 0x35BDA2) is known color: Shamrock. HEX triplet: 35, BD and A2. RGB value is (53,189,162). Sum of RGB (Red+Green+Blue) = 53+189+162=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #35BDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BDA2 is #CA425D. Grayscale: #919191. Windows color (decimal): -13255262 or 10665269. OLE color: 10665269.
HSL color Cylindrical-coordinate representation of color #35BDA2: hue angle of 168.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BDA2 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 189 | 162 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.26 |
| HSL | 168.09º | 0.56% | 0.47% | - |
| HSV(B) | 168.09º | 0.72% | 0.74% | - |
| XYZ | 26.19 | 39.76 | 40.48 | - |
| YUV | 145.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 162 | 0.72 | 0 | 0.14 | 0.26 | 168.09 | 0.56 | 0.47 |
| Hex | 35 | BD | A2 | 48 | 0 | E | 1A | A8 | 38 | 2F |
| Octal | 65 | 275 | 242 | 110 | 0 | 16 | 32 | 250 | 70 | 57 |
| Binary | 110101 | 10111101 | 10100010 | 1001000 | 0 | 1110 | 11010 | 10101000 | 111000 | 101111 |
Color Harmonies of #35BDA2
Complementary color
Monochromatic Colors of #35BDA2
Black with #35BDA2
Text Example
Text Example
White with #35BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDA2; }
p { color: rgb(53,189,162); }
H1.HeaderClassName
{
color: #35BDA2;
}
.AnyTagClassName
{
color: #35BDA2;
}
</style>
background-color css
<style>
a { background-color: #35BDA2; }
a { background-color: rgb(53,189,162); }
div.DivClassName
{
background-color: #35BDA2;
}
.BgClassName
{
background-color: #35BDA2;
}
</style>
border-color css
<style>
span { border-color: #35BDA2; }
span { border-color: rgb(53,189,162); }
td.TdClassName
{
border-color: #35BDA2;
}
.TagClassName
{
border-color: #35BDA2;
}
</style>