#35D6AC

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

Shades of Shamrock #35D6AC

Tints of Shamrock #35D6AC

Color information

#35D6AC (or 0x35D6AC) is unknown color: approx Shamrock. HEX triplet: 35, D6 and AC. RGB value is (53,214,172). Sum of RGB (Red+Green+Blue) = 53+214+172=439 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.07% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D6AC is #CA2953. Grayscale: #A1A1A1. Windows color (decimal): -13248852 or 11327029. OLE color: 11327029.

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

Color convert

RGB53214172-
CMYK0.7500.200.16
HSL164.35º66.26%52.35%-
HSV(B)164.35º75.23%83.92%-
XYZ32.9651.8347.3-
YUV161.07134.1650.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.07%
GREEN value IS 214 (83.98% from 255) = 48.75%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=12.07%
G=48.75%
B=39.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141720.7500.200.16164.3566.2652.35
Hex35D6AC4B01410a44234
Octal653262541130242024410264
Binary1101011101011010101100100101101010010000101001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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