Shades of Shamrock #35CDA3
Tints of Shamrock #35CDA3
RGB
CMYK
RGB Variations
Color information
#35CDA3 (or 0x35CDA3) is known color: Shamrock. HEX triplet: 35, CD and A3. RGB value is (53,205,163). Sum of RGB (Red+Green+Blue) = 53+205+163=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDA3 is #CA325C. Grayscale: #9A9A9A. Windows color (decimal): -13251165 or 10734901. OLE color: 10734901.
HSL color Cylindrical-coordinate representation of color #35CDA3: hue angle of 163.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDA3 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 163 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.20 |
| HSL | 163.42º | 0.6% | 0.51% | - |
| HSV(B) | 163.42º | 0.74% | 0.8% | - |
| XYZ | 29.91 | 47.06 | 42.16 | - |
| YUV | 154.76 | 132.64 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 163 | 0.74 | 0 | 0.20 | 0.20 | 163.42 | 0.6 | 0.51 |
| Hex | 35 | CD | A3 | 4A | 0 | 14 | 14 | A3 | 3C | 33 |
| Octal | 65 | 315 | 243 | 112 | 0 | 24 | 24 | 243 | 74 | 63 |
| Binary | 110101 | 11001101 | 10100011 | 1001010 | 0 | 10100 | 10100 | 10100011 | 111100 | 110011 |
Color Harmonies of #35CDA3
Complementary color
Monochromatic Colors of #35CDA3
Black with #35CDA3
Text Example
Text Example
White with #35CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDA3; }
p { color: rgb(53,205,163); }
H1.HeaderClassName
{
color: #35CDA3;
}
.AnyTagClassName
{
color: #35CDA3;
}
</style>
background-color css
<style>
a { background-color: #35CDA3; }
a { background-color: rgb(53,205,163); }
div.DivClassName
{
background-color: #35CDA3;
}
.BgClassName
{
background-color: #35CDA3;
}
</style>
border-color css
<style>
span { border-color: #35CDA3; }
span { border-color: rgb(53,205,163); }
td.TdClassName
{
border-color: #35CDA3;
}
.TagClassName
{
border-color: #35CDA3;
}
</style>