#35BEA4

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

Shades of Shamrock #35BEA4

Tints of Shamrock #35BEA4

Color information

#35BEA4 (or 0x35BEA4) is unknown color: approx Shamrock. HEX triplet: 35, BE and A4. RGB value is (53,190,164). Sum of RGB (Red+Green+Blue) = 53+190+164=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #35BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BEA4 is #CA415B. Grayscale: #929292. Windows color (decimal): -13255004 or 10796597. OLE color: 10796597.

HSL color Cylindrical-coordinate representation of color #35BEA4: hue angle of 168.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BEA4 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB53190164-
CMYK0.7200.140.25
HSL168.61º56.38%47.65%-
HSV(B)168.61º72.11%74.51%-
XYZ26.5840.2641.49-
YUV146.07138.1161.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=13.02%
G=46.68%
B=40.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901640.7200.140.25168.6156.3847.65
Hex35BEA4480E19a93830
Octal65276244110016312517060
Binary11010110111110101001001001000011101100110101001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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