Shades of Shamrock #35BE9C
Tints of Shamrock #35BE9C
RGB
CMYK
RGB Variations
Color information
#35BE9C (or 0x35BE9C) is known color: Shamrock. HEX triplet: 35, BE and 9C. RGB value is (53,190,156). Sum of RGB (Red+Green+Blue) = 53+190+156=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE9C is #CA4163. Grayscale: #919191. Windows color (decimal): -13255012 or 10272309. OLE color: 10272309.
HSL color Cylindrical-coordinate representation of color #35BE9C: hue angle of 165.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE9C is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 190 | 156 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.25 |
| HSL | 165.11º | 0.56% | 0.48% | - |
| HSV(B) | 165.11º | 0.72% | 0.75% | - |
| XYZ | 25.88 | 39.98 | 37.81 | - |
| YUV | 145.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 190 | 156 | 0.72 | 0 | 0.18 | 0.25 | 165.11 | 0.56 | 0.48 |
| Hex | 35 | BE | 9C | 48 | 0 | 12 | 19 | A5 | 38 | 30 |
| Octal | 65 | 276 | 234 | 110 | 0 | 22 | 31 | 245 | 70 | 60 |
| Binary | 110101 | 10111110 | 10011100 | 1001000 | 0 | 10010 | 11001 | 10100101 | 111000 | 110000 |
Color Harmonies of #35BE9C
Complementary color
Monochromatic Colors of #35BE9C
Black with #35BE9C
Text Example
Text Example
White with #35BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BE9C; }
p { color: rgb(53,190,156); }
H1.HeaderClassName
{
color: #35BE9C;
}
.AnyTagClassName
{
color: #35BE9C;
}
</style>
background-color css
<style>
a { background-color: #35BE9C; }
a { background-color: rgb(53,190,156); }
div.DivClassName
{
background-color: #35BE9C;
}
.BgClassName
{
background-color: #35BE9C;
}
</style>
border-color css
<style>
span { border-color: #35BE9C; }
span { border-color: rgb(53,190,156); }
td.TdClassName
{
border-color: #35BE9C;
}
.TagClassName
{
border-color: #35BE9C;
}
</style>