#35CA94

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

Shades of Shamrock #35CA94

Tints of Shamrock #35CA94

Color information

#35CA94 (or 0x35CA94) is unknown color: approx Shamrock. HEX triplet: 35, CA and 94. RGB value is (53,202,148). Sum of RGB (Red+Green+Blue) = 53+202+148=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CA94 is #CA356B. Grayscale: #979797. Windows color (decimal): -13251948 or 9751093. OLE color: 9751093.

HSL color Cylindrical-coordinate representation of color #35CA94: hue angle of 158.26º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA94 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB53202148-
CMYK0.7400.270.21
HSL158.26º58.43%50%-
HSV(B)158.26º73.76%79.22%-
XYZ27.9345.1435.26-
YUV151.29126.1457.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=13.15%
G=50.12%
B=36.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021480.7400.270.21158.2658.4350
Hex35CA944A01B159e3a32
Octal65312224112033252367262
Binary110101110010101001010010010100110111010110011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,148); }

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

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

 a { background-color: rgb(53,202,148); }

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

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

 span { border-color: rgb(53,202,148); }

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