#2AE0AE

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

Shades of Shamrock #2AE0AE

Tints of Shamrock #2AE0AE

Color information

#2AE0AE (or 0x2AE0AE) is unknown color: approx Shamrock. HEX triplet: 2A, E0 and AE. RGB value is (42,224,174). Sum of RGB (Red+Green+Blue) = 42+224+174=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE0AE is #D51F51. Grayscale: #A3A3A3. Windows color (decimal): -13967186 or 11460650. OLE color: 11460650.

HSL color Cylindrical-coordinate representation of color #2AE0AE: hue angle of 163.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE0AE is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB42224174-
CMYK0.8100.220.12
HSL163.52º74.59%52.16%-
HSV(B)163.52º81.25%87.84%-
XYZ35.2556.8649.16-
YUV163.88133.741.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.55%
GREEN value IS 224 (87.89% from 255) = 50.91%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=9.55%
G=50.91%
B=39.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal422241740.8100.220.12163.5274.5952.16
Hex2AE0AE51016Ca44b34
Octal523402561210261424411364
Binary101010111000001010111010100010101101100101001001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AE0AE; }

 p { color: rgb(42,224,174); }

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

<style>
 a { background-color: #2AE0AE; }

 a { background-color: rgb(42,224,174); }

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

<style>
 span { border-color: #2AE0AE; }

 span { border-color: rgb(42,224,174); }

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