#35F8A4

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

Shades of Shamrock #35F8A4

Tints of Shamrock #35F8A4

Color information

#35F8A4 (or 0x35F8A4) is unknown color: approx Shamrock. HEX triplet: 35, F8 and A4. RGB value is (53,248,164). Sum of RGB (Red+Green+Blue) = 53+248+164=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #35F8A4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F8A4 is #CA075B. Grayscale: #B4B4B4. Windows color (decimal): -13240156 or 10811445. OLE color: 10811445.

HSL color Cylindrical-coordinate representation of color #35F8A4: hue angle of 154.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F8A4 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB53248164-
CMYK0.7900.340.03
HSL154.15º93.3%59.02%-
HSV(B)154.15º78.63%97.25%-
XYZ41.7470.5746.54-
YUV180.12118.937.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.40%
GREEN value IS 248 (97.27% from 255) = 53.33%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=11.40%
G=53.33%
B=35.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532481640.7900.340.03154.1593.359.02
Hex35F8A44F02239a5d3b
Octal65370244117042323213573
Binary11010111111000101001001001111010001011100110101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,248,164); }

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

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

 a { background-color: rgb(53,248,164); }

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

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

 span { border-color: rgb(53,248,164); }

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