#35E6A2

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

Shades of Shamrock #35E6A2

Tints of Shamrock #35E6A2

Color information

#35E6A2 (or 0x35E6A2) is unknown color: approx Shamrock. HEX triplet: 35, E6 and A2. RGB value is (53,230,162). Sum of RGB (Red+Green+Blue) = 53+230+162=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E6A2 is #CA195D. Grayscale: #A9A9A9. Windows color (decimal): -13244766 or 10675765. OLE color: 10675765.

HSL color Cylindrical-coordinate representation of color #35E6A2: hue angle of 156.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6A2 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB53230162-
CMYK0.7700.300.10
HSL156.95º77.97%55.49%-
HSV(B)156.95º76.96%90.2%-
XYZ36.2959.9643.84-
YUV169.32123.8645.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.91%
GREEN value IS 230 (90.23% from 255) = 51.69%
BLUE value IS 162 (63.67% from 255) = 36.40%
R=11.91%
G=51.69%
B=36.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532301620.7700.300.10156.9577.9755.49
Hex35E6A24D01EA9d4e37
Octal653462421150361223511667
Binary110101111001101010001010011010111101010100111011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,162); }

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

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

 a { background-color: rgb(53,230,162); }

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

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

 span { border-color: rgb(53,230,162); }

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