#35BD9F

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

Shades of Shamrock #35BD9F

Tints of Shamrock #35BD9F

Color information

#35BD9F (or 0x35BD9F) is unknown color: approx Shamrock. HEX triplet: 35, BD and 9F. RGB value is (53,189,159). Sum of RGB (Red+Green+Blue) = 53+189+159=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BD9F is #CA4260. Grayscale: #909090. Windows color (decimal): -13255265 or 10468661. OLE color: 10468661.

HSL color Cylindrical-coordinate representation of color #35BD9F: hue angle of 166.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD9F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB53189159-
CMYK0.7200.160.26
HSL166.76º56.2%47.45%-
HSV(B)166.76º71.96%74.12%-
XYZ25.9239.6639.09-
YUV144.92135.9462.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=13.22%
G=47.13%
B=39.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531891590.7200.160.26166.7656.247.45
Hex35BD9F480101Aa7382f
Octal65275237110020322477057
Binary110101101111011001111110010000100001101010100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,159); }

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

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

 a { background-color: rgb(53,189,159); }

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

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

 span { border-color: rgb(53,189,159); }

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