Shades of Shamrock #35CFA2
Tints of Shamrock #35CFA2
RGB
CMYK
RGB Variations
Color information
#35CFA2 (or 0x35CFA2) is known color: Shamrock. HEX triplet: 35, CF and A2. RGB value is (53,207,162). Sum of RGB (Red+Green+Blue) = 53+207+162=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CFA2 is #CA305D. Grayscale: #9B9B9B. Windows color (decimal): -13250654 or 10669877. OLE color: 10669877.
HSL color Cylindrical-coordinate representation of color #35CFA2: hue angle of 162.47º 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 #35CFA2 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 162 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.19 |
| HSL | 162.47º | 0.62% | 0.51% | - |
| HSV(B) | 162.47º | 0.74% | 0.81% | - |
| XYZ | 30.3 | 47.99 | 41.85 | - |
| YUV | 155.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 162 | 0.74 | 0 | 0.22 | 0.19 | 162.47 | 0.62 | 0.51 |
| Hex | 35 | CF | A2 | 4A | 0 | 16 | 13 | A2 | 3E | 33 |
| Octal | 65 | 317 | 242 | 112 | 0 | 26 | 23 | 242 | 76 | 63 |
| Binary | 110101 | 11001111 | 10100010 | 1001010 | 0 | 10110 | 10011 | 10100010 | 111110 | 110011 |
Color Harmonies of #35CFA2
Complementary color
Monochromatic Colors of #35CFA2
Black with #35CFA2
Text Example
Text Example
White with #35CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFA2; }
p { color: rgb(53,207,162); }
H1.HeaderClassName
{
color: #35CFA2;
}
.AnyTagClassName
{
color: #35CFA2;
}
</style>
background-color css
<style>
a { background-color: #35CFA2; }
a { background-color: rgb(53,207,162); }
div.DivClassName
{
background-color: #35CFA2;
}
.BgClassName
{
background-color: #35CFA2;
}
</style>
border-color css
<style>
span { border-color: #35CFA2; }
span { border-color: rgb(53,207,162); }
td.TdClassName
{
border-color: #35CFA2;
}
.TagClassName
{
border-color: #35CFA2;
}
</style>