#35C79A

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

Shades of Shamrock #35C79A

Tints of Shamrock #35C79A

Color information

#35C79A (or 0x35C79A) is unknown color: approx Shamrock. HEX triplet: 35, C7 and 9A. RGB value is (53,199,154). Sum of RGB (Red+Green+Blue) = 53+199+154=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #35C79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C79A is #CA3865. Grayscale: #969696. Windows color (decimal): -13252710 or 10143541. OLE color: 10143541.

HSL color Cylindrical-coordinate representation of color #35C79A: hue angle of 161.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C79A is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB53199154-
CMYK0.7300.230.22
HSL161.51º57.94%49.41%-
HSV(B)161.51º73.37%78.04%-
XYZ27.7243.9437.59-
YUV150.22130.1358.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 199 (78.12% from 255) = 49.01%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=13.05%
G=49.01%
B=37.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531991540.7300.230.22161.5157.9449.41
Hex35C79A4901716a23a31
Octal65307232111027262427261
Binary110101110001111001101010010010101111011010100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,199,154); }

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

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

 a { background-color: rgb(53,199,154); }

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

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

 span { border-color: rgb(53,199,154); }

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