Shades of Shamrock #35DDB3
Tints of Shamrock #35DDB3
RGB
CMYK
RGB Variations
Color information
#35DDB3 (or 0x35DDB3) is known color: Shamrock. HEX triplet: 35, DD and B3. RGB value is (53,221,179). Sum of RGB (Red+Green+Blue) = 53+221+179=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDB3 is #CA224C. Grayscale: #A5A5A5. Windows color (decimal): -13247053 or 11787573. OLE color: 11787573.
HSL color Cylindrical-coordinate representation of color #35DDB3: hue angle of 165º 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 #35DDB3 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 179 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.13 |
| HSL | 165º | 0.71% | 0.54% | - |
| HSV(B) | 165º | 0.76% | 0.87% | - |
| XYZ | 35.46 | 55.72 | 51.53 | - |
| YUV | 165.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 179 | 0.76 | 0 | 0.19 | 0.13 | 165 | 0.71 | 0.54 |
| Hex | 35 | DD | B3 | 4C | 0 | 13 | D | A5 | 47 | 36 |
| Octal | 65 | 335 | 263 | 114 | 0 | 23 | 15 | 245 | 107 | 66 |
| Binary | 110101 | 11011101 | 10110011 | 1001100 | 0 | 10011 | 1101 | 10100101 | 1000111 | 110110 |
Color Harmonies of #35DDB3
Complementary color
Monochromatic Colors of #35DDB3
Black with #35DDB3
Text Example
Text Example
White with #35DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DDB3; }
p { color: rgb(53,221,179); }
H1.HeaderClassName
{
color: #35DDB3;
}
.AnyTagClassName
{
color: #35DDB3;
}
</style>
background-color css
<style>
a { background-color: #35DDB3; }
a { background-color: rgb(53,221,179); }
div.DivClassName
{
background-color: #35DDB3;
}
.BgClassName
{
background-color: #35DDB3;
}
</style>
border-color css
<style>
span { border-color: #35DDB3; }
span { border-color: rgb(53,221,179); }
td.TdClassName
{
border-color: #35DDB3;
}
.TagClassName
{
border-color: #35DDB3;
}
</style>