#35BA9B

Color #35BA9B Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35BA9B

Tints of Shamrock #35BA9B

Color information

#35BA9B (or 0x35BA9B) is unknown color: approx Shamrock. HEX triplet: 35, BA and 9B. RGB value is (53,186,155). Sum of RGB (Red+Green+Blue) = 53+186+155=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA9B is #CA4564. Grayscale: #8E8E8E. Windows color (decimal): -13256037 or 10205749. OLE color: 10205749.

HSL color Cylindrical-coordinate representation of color #35BA9B: hue angle of 166.02º 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 #35BA9B is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB53186155-
CMYK0.7200.170.27
HSL166.02º55.65%46.86%-
HSV(B)166.02º71.51%72.94%-
XYZ24.9438.2437.08-
YUV142.7134.9464.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=13.45%
G=47.21%
B=39.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861550.7200.170.27166.0255.6546.86
Hex35BA9B480111Ba6382f
Octal65272233110021332467057
Binary110101101110101001101110010000100011101110100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BA9B; }

 p { color: rgb(53,186,155); }

 H1.HeaderClassName
 {
   color: #35BA9B;
 }
 .AnyTagClassName
 {
   color: #35BA9B;
 }
</style>
background-color css

<style>
 a { background-color: #35BA9B; }

 a { background-color: rgb(53,186,155); }

 div.DivClassName
 {
   background-color: #35BA9B;
 }
 .BgClassName
 {
   background-color: #35BA9B;
 }
</style>
border-color css

<style>
 span { border-color: #35BA9B; }

 span { border-color: rgb(53,186,155); }

 td.TdClassName
 {
   border-color: #35BA9B;
 }
 .TagClassName
 {
   border-color: #35BA9B;
 }
</style>