Shades of Shamrock #35BA8F
Tints of Shamrock #35BA8F
RGB
CMYK
RGB Variations
Color information
#35BA8F (or 0x35BA8F) is known color: Shamrock. HEX triplet: 35, BA and 8F. RGB value is (53,186,143). Sum of RGB (Red+Green+Blue) = 53+186+143=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA8F is #CA4570. Grayscale: #8D8D8D. Windows color (decimal): -13256049 or 9419317. OLE color: 9419317.
HSL color Cylindrical-coordinate representation of color #35BA8F: hue angle of 160.6º 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 #35BA8F is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 143 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.27 |
| HSL | 160.6º | 0.56% | 0.47% | - |
| HSV(B) | 160.6º | 0.72% | 0.73% | - |
| XYZ | 23.99 | 37.86 | 32.03 | - |
| YUV | 141.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 143 | 0.72 | 0 | 0.23 | 0.27 | 160.6 | 0.56 | 0.47 |
| Hex | 35 | BA | 8F | 48 | 0 | 17 | 1B | A1 | 38 | 2F |
| Octal | 65 | 272 | 217 | 110 | 0 | 27 | 33 | 241 | 70 | 57 |
| Binary | 110101 | 10111010 | 10001111 | 1001000 | 0 | 10111 | 11011 | 10100001 | 111000 | 101111 |
Color Harmonies of #35BA8F
Complementary color
Monochromatic Colors of #35BA8F
Black with #35BA8F
Text Example
Text Example
White with #35BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA8F; }
p { color: rgb(53,186,143); }
H1.HeaderClassName
{
color: #35BA8F;
}
.AnyTagClassName
{
color: #35BA8F;
}
</style>
background-color css
<style>
a { background-color: #35BA8F; }
a { background-color: rgb(53,186,143); }
div.DivClassName
{
background-color: #35BA8F;
}
.BgClassName
{
background-color: #35BA8F;
}
</style>
border-color css
<style>
span { border-color: #35BA8F; }
span { border-color: rgb(53,186,143); }
td.TdClassName
{
border-color: #35BA8F;
}
.TagClassName
{
border-color: #35BA8F;
}
</style>