#69E0AD

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

Shades of Medium Aquamarine #69E0AD

Tints of Medium Aquamarine #69E0AD

Color information

#69E0AD (or 0x69E0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E0 and AD. RGB value is (105,224,173). Sum of RGB (Red+Green+Blue) = 105+224+173=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E0AD is #961F52. Grayscale: #B6B6B6. Windows color (decimal): -9838419 or 11395177. OLE color: 11395177.

HSL color Cylindrical-coordinate representation of color #69E0AD: hue angle of 154.29º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0AD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB105224173-
CMYK0.5300.230.12
HSL154.29º65.75%64.51%-
HSV(B)154.29º53.12%87.84%-
XYZ40.0259.3348.88-
YUV182.6122.5872.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.92%
GREEN value IS 224 (87.89% from 255) = 44.62%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=20.92%
G=44.62%
B=34.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241730.5300.230.12154.2965.7564.51
Hex69E0AD35017C9a4241
Octal1513402556502714232102101
Binary1101001111000001010110111010101011111001001101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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