Shades of Shamrock #35BA9A
Tints of Shamrock #35BA9A
RGB
CMYK
RGB Variations
Color information
#35BA9A (or 0x35BA9A) is known color: Shamrock. HEX triplet: 35, BA and 9A. RGB value is (53,186,154). Sum of RGB (Red+Green+Blue) = 53+186+154=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA9A is #CA4565. Grayscale: #8E8E8E. Windows color (decimal): -13256038 or 10140213. OLE color: 10140213.
HSL color Cylindrical-coordinate representation of color #35BA9A: hue angle of 165.56º 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 #35BA9A is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 154 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.27 |
| HSL | 165.56º | 0.56% | 0.47% | - |
| HSV(B) | 165.56º | 0.72% | 0.73% | - |
| XYZ | 24.86 | 38.21 | 36.64 | - |
| YUV | 142.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 154 | 0.72 | 0 | 0.17 | 0.27 | 165.56 | 0.56 | 0.47 |
| Hex | 35 | BA | 9A | 48 | 0 | 11 | 1B | A6 | 38 | 2F |
| Octal | 65 | 272 | 232 | 110 | 0 | 21 | 33 | 246 | 70 | 57 |
| Binary | 110101 | 10111010 | 10011010 | 1001000 | 0 | 10001 | 11011 | 10100110 | 111000 | 101111 |
Color Harmonies of #35BA9A
Complementary color
Monochromatic Colors of #35BA9A
Black with #35BA9A
Text Example
Text Example
White with #35BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA9A; }
p { color: rgb(53,186,154); }
H1.HeaderClassName
{
color: #35BA9A;
}
.AnyTagClassName
{
color: #35BA9A;
}
</style>
background-color css
<style>
a { background-color: #35BA9A; }
a { background-color: rgb(53,186,154); }
div.DivClassName
{
background-color: #35BA9A;
}
.BgClassName
{
background-color: #35BA9A;
}
</style>
border-color css
<style>
span { border-color: #35BA9A; }
span { border-color: rgb(53,186,154); }
td.TdClassName
{
border-color: #35BA9A;
}
.TagClassName
{
border-color: #35BA9A;
}
</style>