#35E7AF

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

Shades of Shamrock #35E7AF

Tints of Shamrock #35E7AF

Color information

#35E7AF (or 0x35E7AF) is unknown color: approx Shamrock. HEX triplet: 35, E7 and AF. RGB value is (53,231,175). Sum of RGB (Red+Green+Blue) = 53+231+175=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #35E7AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E7AF is #CA1850. Grayscale: #ABABAB. Windows color (decimal): -13244497 or 11527989. OLE color: 11527989.

HSL color Cylindrical-coordinate representation of color #35E7AF: hue angle of 161.12º 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 #35E7AF is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB53231175-
CMYK0.7700.240.09
HSL161.12º78.76%55.69%-
HSV(B)161.12º77.06%90.59%-
XYZ37.786150.34-
YUV171.39130.0343.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.55%
GREEN value IS 231 (90.62% from 255) = 50.33%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=11.55%
G=50.33%
B=38.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532311750.7700.240.09161.1278.7655.69
Hex35E7AF4D0189a14f38
Octal653472571150301124111770
Binary110101111001111010111110011010110001001101000011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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