Shades of Shamrock #35CFA0
Tints of Shamrock #35CFA0
RGB
CMYK
RGB Variations
Color information
#35CFA0 (or 0x35CFA0) is known color: Shamrock. HEX triplet: 35, CF and A0. RGB value is (53,207,160). Sum of RGB (Red+Green+Blue) = 53+207+160=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CFA0 is #CA305F. Grayscale: #9B9B9B. Windows color (decimal): -13250656 or 10538805. OLE color: 10538805.
HSL color Cylindrical-coordinate representation of color #35CFA0: hue angle of 161.69º degrees, saturation: 0.62, 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 #35CFA0 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 160 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.19 |
| HSL | 161.69º | 0.62% | 0.51% | - |
| HSV(B) | 161.69º | 0.74% | 0.81% | - |
| XYZ | 30.13 | 47.92 | 40.92 | - |
| YUV | 155.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 160 | 0.74 | 0 | 0.23 | 0.19 | 161.69 | 0.62 | 0.51 |
| Hex | 35 | CF | A0 | 4A | 0 | 17 | 13 | A2 | 3E | 33 |
| Octal | 65 | 317 | 240 | 112 | 0 | 27 | 23 | 242 | 76 | 63 |
| Binary | 110101 | 11001111 | 10100000 | 1001010 | 0 | 10111 | 10011 | 10100010 | 111110 | 110011 |
Color Harmonies of #35CFA0
Complementary color
Monochromatic Colors of #35CFA0
Black with #35CFA0
Text Example
Text Example
White with #35CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFA0; }
p { color: rgb(53,207,160); }
H1.HeaderClassName
{
color: #35CFA0;
}
.AnyTagClassName
{
color: #35CFA0;
}
</style>
background-color css
<style>
a { background-color: #35CFA0; }
a { background-color: rgb(53,207,160); }
div.DivClassName
{
background-color: #35CFA0;
}
.BgClassName
{
background-color: #35CFA0;
}
</style>
border-color css
<style>
span { border-color: #35CFA0; }
span { border-color: rgb(53,207,160); }
td.TdClassName
{
border-color: #35CFA0;
}
.TagClassName
{
border-color: #35CFA0;
}
</style>