Shades of Shamrock #35DDB1
Tints of Shamrock #35DDB1
RGB
CMYK
RGB Variations
Color information
#35DDB1 (or 0x35DDB1) is known color: Shamrock. HEX triplet: 35, DD and B1. RGB value is (53,221,177). Sum of RGB (Red+Green+Blue) = 53+221+177=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DDB1 is #CA224E. Grayscale: #A5A5A5. Windows color (decimal): -13247055 or 11656501. OLE color: 11656501.
HSL color Cylindrical-coordinate representation of color #35DDB1: hue angle of 164.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDB1 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 177 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.13 |
| HSL | 164.29º | 0.71% | 0.54% | - |
| HSV(B) | 164.29º | 0.76% | 0.87% | - |
| XYZ | 35.26 | 55.64 | 50.48 | - |
| YUV | 165.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 177 | 0.76 | 0 | 0.20 | 0.13 | 164.29 | 0.71 | 0.54 |
| Hex | 35 | DD | B1 | 4C | 0 | 14 | D | A4 | 47 | 36 |
| Octal | 65 | 335 | 261 | 114 | 0 | 24 | 15 | 244 | 107 | 66 |
| Binary | 110101 | 11011101 | 10110001 | 1001100 | 0 | 10100 | 1101 | 10100100 | 1000111 | 110110 |
Color Harmonies of #35DDB1
Complementary color
Monochromatic Colors of #35DDB1
Black with #35DDB1
Text Example
Text Example
White with #35DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDB1; }
p { color: rgb(53,221,177); }
H1.HeaderClassName
{
color: #35DDB1;
}
.AnyTagClassName
{
color: #35DDB1;
}
</style>
background-color css
<style>
a { background-color: #35DDB1; }
a { background-color: rgb(53,221,177); }
div.DivClassName
{
background-color: #35DDB1;
}
.BgClassName
{
background-color: #35DDB1;
}
</style>
border-color css
<style>
span { border-color: #35DDB1; }
span { border-color: rgb(53,221,177); }
td.TdClassName
{
border-color: #35DDB1;
}
.TagClassName
{
border-color: #35DDB1;
}
</style>