Shades of Shamrock #35C2AA
Tints of Shamrock #35C2AA
RGB
CMYK
RGB Variations
Color information
#35C2AA (or 0x35C2AA) is known color: Shamrock. HEX triplet: 35, C2 and AA. RGB value is (53,194,170). Sum of RGB (Red+Green+Blue) = 53+194+170=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #35C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C2AA is #CA3D55. Grayscale: #959595. Windows color (decimal): -13253974 or 11190837. OLE color: 11190837.
HSL color Cylindrical-coordinate representation of color #35C2AA: hue angle of 169.79º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C2AA is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 170 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.24 |
| HSL | 169.79º | 0.57% | 0.48% | - |
| HSV(B) | 169.79º | 0.73% | 0.76% | - |
| XYZ | 28.02 | 42.24 | 44.71 | - |
| YUV | 149.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 170 | 0.73 | 0 | 0.12 | 0.24 | 169.79 | 0.57 | 0.48 |
| Hex | 35 | C2 | AA | 49 | 0 | C | 18 | AA | 39 | 30 |
| Octal | 65 | 302 | 252 | 111 | 0 | 14 | 30 | 252 | 71 | 60 |
| Binary | 110101 | 11000010 | 10101010 | 1001001 | 0 | 1100 | 11000 | 10101010 | 111001 | 110000 |
Color Harmonies of #35C2AA
Complementary color
Monochromatic Colors of #35C2AA
Black with #35C2AA
Text Example
Text Example
White with #35C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C2AA; }
p { color: rgb(53,194,170); }
H1.HeaderClassName
{
color: #35C2AA;
}
.AnyTagClassName
{
color: #35C2AA;
}
</style>
background-color css
<style>
a { background-color: #35C2AA; }
a { background-color: rgb(53,194,170); }
div.DivClassName
{
background-color: #35C2AA;
}
.BgClassName
{
background-color: #35C2AA;
}
</style>
border-color css
<style>
span { border-color: #35C2AA; }
span { border-color: rgb(53,194,170); }
td.TdClassName
{
border-color: #35C2AA;
}
.TagClassName
{
border-color: #35C2AA;
}
</style>