#69E6AD

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

Shades of Medium Aquamarine #69E6AD

Tints of Medium Aquamarine #69E6AD

Color information

#69E6AD (or 0x69E6AD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E6 and AD. RGB value is (105,230,173). Sum of RGB (Red+Green+Blue) = 105+230+173=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #69E6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E6AD is #961952. Grayscale: #BABABA. Windows color (decimal): -9836883 or 11396713. OLE color: 11396713.

HSL color Cylindrical-coordinate representation of color #69E6AD: hue angle of 152.64º 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 #69E6AD is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB105230173-
CMYK0.5400.250.10
HSL152.64º71.43%65.69%-
HSV(B)152.64º54.35%90.2%-
XYZ41.6762.6149.42-
YUV186.13120.5970.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=20.67%
G=45.28%
B=34.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1052301730.5400.250.10152.6471.4365.69
Hex69E6AD36019A994742
Octal1513462556603112231107102
Binary1101001111001101010110111011001100110101001100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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