Shades of Shamrock #35BBA0
Tints of Shamrock #35BBA0
RGB
CMYK
RGB Variations
Color information
#35BBA0 (or 0x35BBA0) is known color: Shamrock. HEX triplet: 35, BB and A0. RGB value is (53,187,160). Sum of RGB (Red+Green+Blue) = 53+187+160=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #35BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BBA0 is #CA445F. Grayscale: #8F8F8F. Windows color (decimal): -13255776 or 10533685. OLE color: 10533685.
HSL color Cylindrical-coordinate representation of color #35BBA0: hue angle of 167.91º 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 #35BBA0 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 160 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.27 |
| HSL | 167.91º | 0.56% | 0.47% | - |
| HSV(B) | 167.91º | 0.72% | 0.73% | - |
| XYZ | 25.58 | 38.84 | 39.41 | - |
| YUV | 143.86 | 137.11 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 160 | 0.72 | 0 | 0.14 | 0.27 | 167.91 | 0.56 | 0.47 |
| Hex | 35 | BB | A0 | 48 | 0 | E | 1B | A8 | 38 | 2F |
| Octal | 65 | 273 | 240 | 110 | 0 | 16 | 33 | 250 | 70 | 57 |
| Binary | 110101 | 10111011 | 10100000 | 1001000 | 0 | 1110 | 11011 | 10101000 | 111000 | 101111 |
Color Harmonies of #35BBA0
Complementary color
Monochromatic Colors of #35BBA0
Black with #35BBA0
Text Example
Text Example
White with #35BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BBA0; }
p { color: rgb(53,187,160); }
H1.HeaderClassName
{
color: #35BBA0;
}
.AnyTagClassName
{
color: #35BBA0;
}
</style>
background-color css
<style>
a { background-color: #35BBA0; }
a { background-color: rgb(53,187,160); }
div.DivClassName
{
background-color: #35BBA0;
}
.BgClassName
{
background-color: #35BBA0;
}
</style>
border-color css
<style>
span { border-color: #35BBA0; }
span { border-color: rgb(53,187,160); }
td.TdClassName
{
border-color: #35BBA0;
}
.TagClassName
{
border-color: #35BBA0;
}
</style>