Shades of Shamrock #35CEA2
Tints of Shamrock #35CEA2
RGB
CMYK
RGB Variations
Color information
#35CEA2 (or 0x35CEA2) is known color: Shamrock. HEX triplet: 35, CE and A2. RGB value is (53,206,162). Sum of RGB (Red+Green+Blue) = 53+206+162=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CEA2 is #CA315D. Grayscale: #9B9B9B. Windows color (decimal): -13250910 or 10669621. OLE color: 10669621.
HSL color Cylindrical-coordinate representation of color #35CEA2: hue angle of 162.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CEA2 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 162 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.19 |
| HSL | 162.75º | 0.61% | 0.51% | - |
| HSV(B) | 162.75º | 0.74% | 0.81% | - |
| XYZ | 30.06 | 47.51 | 41.77 | - |
| YUV | 155.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 162 | 0.74 | 0 | 0.21 | 0.19 | 162.75 | 0.61 | 0.51 |
| Hex | 35 | CE | A2 | 4A | 0 | 15 | 13 | A3 | 3D | 33 |
| Octal | 65 | 316 | 242 | 112 | 0 | 25 | 23 | 243 | 75 | 63 |
| Binary | 110101 | 11001110 | 10100010 | 1001010 | 0 | 10101 | 10011 | 10100011 | 111101 | 110011 |
Color Harmonies of #35CEA2
Complementary color
Monochromatic Colors of #35CEA2
Black with #35CEA2
Text Example
Text Example
White with #35CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CEA2; }
p { color: rgb(53,206,162); }
H1.HeaderClassName
{
color: #35CEA2;
}
.AnyTagClassName
{
color: #35CEA2;
}
</style>
background-color css
<style>
a { background-color: #35CEA2; }
a { background-color: rgb(53,206,162); }
div.DivClassName
{
background-color: #35CEA2;
}
.BgClassName
{
background-color: #35CEA2;
}
</style>
border-color css
<style>
span { border-color: #35CEA2; }
span { border-color: rgb(53,206,162); }
td.TdClassName
{
border-color: #35CEA2;
}
.TagClassName
{
border-color: #35CEA2;
}
</style>