Shades of Shamrock #35BA9C
Tints of Shamrock #35BA9C
RGB
CMYK
RGB Variations
Color information
#35BA9C (or 0x35BA9C) is known color: Shamrock. HEX triplet: 35, BA and 9C. RGB value is (53,186,156). Sum of RGB (Red+Green+Blue) = 53+186+156=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA9C is #CA4563. Grayscale: #8E8E8E. Windows color (decimal): -13256036 or 10271285. OLE color: 10271285.
HSL color Cylindrical-coordinate representation of color #35BA9C: hue angle of 166.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA9C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 156 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.27 |
| HSL | 166.47º | 0.56% | 0.47% | - |
| HSV(B) | 166.47º | 0.72% | 0.73% | - |
| XYZ | 25.03 | 38.28 | 37.52 | - |
| YUV | 142.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 156 | 0.72 | 0 | 0.16 | 0.27 | 166.47 | 0.56 | 0.47 |
| Hex | 35 | BA | 9C | 48 | 0 | 10 | 1B | A6 | 38 | 2F |
| Octal | 65 | 272 | 234 | 110 | 0 | 20 | 33 | 246 | 70 | 57 |
| Binary | 110101 | 10111010 | 10011100 | 1001000 | 0 | 10000 | 11011 | 10100110 | 111000 | 101111 |
Color Harmonies of #35BA9C
Complementary color
Monochromatic Colors of #35BA9C
Black with #35BA9C
Text Example
Text Example
White with #35BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA9C; }
p { color: rgb(53,186,156); }
H1.HeaderClassName
{
color: #35BA9C;
}
.AnyTagClassName
{
color: #35BA9C;
}
</style>
background-color css
<style>
a { background-color: #35BA9C; }
a { background-color: rgb(53,186,156); }
div.DivClassName
{
background-color: #35BA9C;
}
.BgClassName
{
background-color: #35BA9C;
}
</style>
border-color css
<style>
span { border-color: #35BA9C; }
span { border-color: rgb(53,186,156); }
td.TdClassName
{
border-color: #35BA9C;
}
.TagClassName
{
border-color: #35BA9C;
}
</style>