#35E7AE

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

Shades of Shamrock #35E7AE

Tints of Shamrock #35E7AE

Color information

#35E7AE (or 0x35E7AE) is unknown color: approx Shamrock. HEX triplet: 35, E7 and AE. RGB value is (53,231,174). Sum of RGB (Red+Green+Blue) = 53+231+174=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #35E7AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E7AE is #CA1851. Grayscale: #ABABAB. Windows color (decimal): -13244498 or 11462453. OLE color: 11462453.

HSL color Cylindrical-coordinate representation of color #35E7AE: hue angle of 160.79º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E7AE is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB53231174-
CMYK0.7700.250.09
HSL160.79º78.76%55.69%-
HSV(B)160.79º77.06%90.59%-
XYZ37.6860.9649.83-
YUV171.28129.5343.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.57%
GREEN value IS 231 (90.62% from 255) = 50.44%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=11.57%
G=50.44%
B=37.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532311740.7700.250.09160.7978.7655.69
Hex35E7AE4D0199a14f38
Octal653472561150311124111770
Binary110101111001111010111010011010110011001101000011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,231,174); }

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

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

 a { background-color: rgb(53,231,174); }

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

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

 span { border-color: rgb(53,231,174); }

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