#35D68C

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

Shades of Shamrock #35D68C

Tints of Shamrock #35D68C

Color information

#35D68C (or 0x35D68C) is unknown color: approx Shamrock. HEX triplet: 35, D6 and 8C. RGB value is (53,214,140). Sum of RGB (Red+Green+Blue) = 53+214+140=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #35D68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D68C is #CA2973. Grayscale: #9D9D9D. Windows color (decimal): -13248884 or 9229877. OLE color: 9229877.

HSL color Cylindrical-coordinate representation of color #35D68C: hue angle of 152.42º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D68C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB53214140-
CMYK0.7500.350.16
HSL152.42º66.26%52.35%-
HSV(B)152.42º75.23%83.92%-
XYZ30.2550.7433.01-
YUV157.43118.1653.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 214 (83.98% from 255) = 52.58%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=13.02%
G=52.58%
B=34.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141400.7500.350.16152.4266.2652.35
Hex35D68C4B02310984234
Octal653262141130432023010264
Binary11010111010110100011001001011010001110000100110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,140); }

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

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

 a { background-color: rgb(53,214,140); }

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

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

 span { border-color: rgb(53,214,140); }

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