#35F1A7

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

Shades of Shamrock #35F1A7

Tints of Shamrock #35F1A7

Color information

#35F1A7 (or 0x35F1A7) is unknown color: approx Shamrock. HEX triplet: 35, F1 and A7. RGB value is (53,241,167). Sum of RGB (Red+Green+Blue) = 53+241+167=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F1A7 is #CA0E58. Grayscale: #B0B0B0. Windows color (decimal): -13241945 or 11006261. OLE color: 11006261.

HSL color Cylindrical-coordinate representation of color #35F1A7: hue angle of 156.38º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F1A7 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB53241167-
CMYK0.7800.310.05
HSL156.38º87.04%57.65%-
HSV(B)156.38º78.01%94.51%-
XYZ39.966.4647.28-
YUV176.35122.7240.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.50%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=11.50%
G=52.28%
B=36.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532411670.7800.310.05156.3887.0457.65
Hex35F1A74E01F59c573a
Octal65361247116037523412772
Binary11010111110001101001111001110011111101100111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,167); }

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

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

 a { background-color: rgb(53,241,167); }

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

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

 span { border-color: rgb(53,241,167); }

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