#69E6AE

Color #69E6AE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #69E6AE

Tints of Medium Aquamarine #69E6AE

Color information

#69E6AE (or 0x69E6AE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E6 and AE. RGB value is (105,230,174). Sum of RGB (Red+Green+Blue) = 105+230+174=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #69E6AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E6AE is #961951. Grayscale: #BABABA. Windows color (decimal): -9836882 or 11462249. OLE color: 11462249.

HSL color Cylindrical-coordinate representation of color #69E6AE: hue angle of 153.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E6AE is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB105230174-
CMYK0.5400.240.10
HSL153.12º71.43%65.69%-
HSV(B)153.12º54.35%90.2%-
XYZ41.7662.6549.94-
YUV186.24121.0970.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.63%
GREEN value IS 230 (90.23% from 255) = 45.19%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=20.63%
G=45.19%
B=34.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1052301740.5400.240.10153.1271.4365.69
Hex69E6AE36018A994742
Octal1513462566603012231107102
Binary1101001111001101010111011011001100010101001100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E6AE; }

 p { color: rgb(105,230,174); }

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

<style>
 a { background-color: #69E6AE; }

 a { background-color: rgb(105,230,174); }

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

<style>
 span { border-color: #69E6AE; }

 span { border-color: rgb(105,230,174); }

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