#35D6A0

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

Shades of Shamrock #35D6A0

Tints of Shamrock #35D6A0

Color information

#35D6A0 (or 0x35D6A0) is unknown color: approx Shamrock. HEX triplet: 35, D6 and A0. RGB value is (53,214,160). Sum of RGB (Red+Green+Blue) = 53+214+160=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D6A0 is #CA295F. Grayscale: #9F9F9F. Windows color (decimal): -13248864 or 10540597. OLE color: 10540597.

HSL color Cylindrical-coordinate representation of color #35D6A0: hue angle of 159.88º 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 #35D6A0 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB53214160-
CMYK0.7500.250.16
HSL159.88º66.26%52.35%-
HSV(B)159.88º75.23%83.92%-
XYZ31.8651.3941.5-
YUV159.71128.1651.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=12.41%
G=50.12%
B=37.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141600.7500.250.16159.8866.2652.35
Hex35D6A04B01910a04234
Octal653262401130312024010264
Binary1101011101011010100000100101101100110000101000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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