Shades of Shamrock #35BDA3
Tints of Shamrock #35BDA3
RGB
CMYK
RGB Variations
Color information
#35BDA3 (or 0x35BDA3) is known color: Shamrock. HEX triplet: 35, BD and A3. RGB value is (53,189,163). Sum of RGB (Red+Green+Blue) = 53+189+163=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #35BDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BDA3 is #CA425C. Grayscale: #919191. Windows color (decimal): -13255261 or 10730805. OLE color: 10730805.
HSL color Cylindrical-coordinate representation of color #35BDA3: hue angle of 168.53º 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 #35BDA3 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 189 | 163 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.26 |
| HSL | 168.53º | 0.56% | 0.47% | - |
| HSV(B) | 168.53º | 0.72% | 0.74% | - |
| XYZ | 26.28 | 39.8 | 40.95 | - |
| YUV | 145.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 163 | 0.72 | 0 | 0.14 | 0.26 | 168.53 | 0.56 | 0.47 |
| Hex | 35 | BD | A3 | 48 | 0 | E | 1A | A9 | 38 | 2F |
| Octal | 65 | 275 | 243 | 110 | 0 | 16 | 32 | 251 | 70 | 57 |
| Binary | 110101 | 10111101 | 10100011 | 1001000 | 0 | 1110 | 11010 | 10101001 | 111000 | 101111 |
Color Harmonies of #35BDA3
Complementary color
Monochromatic Colors of #35BDA3
Black with #35BDA3
Text Example
Text Example
White with #35BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDA3; }
p { color: rgb(53,189,163); }
H1.HeaderClassName
{
color: #35BDA3;
}
.AnyTagClassName
{
color: #35BDA3;
}
</style>
background-color css
<style>
a { background-color: #35BDA3; }
a { background-color: rgb(53,189,163); }
div.DivClassName
{
background-color: #35BDA3;
}
.BgClassName
{
background-color: #35BDA3;
}
</style>
border-color css
<style>
span { border-color: #35BDA3; }
span { border-color: rgb(53,189,163); }
td.TdClassName
{
border-color: #35BDA3;
}
.TagClassName
{
border-color: #35BDA3;
}
</style>