#69E79D

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

Shades of Medium Aquamarine #69E79D

Tints of Medium Aquamarine #69E79D

Color information

#69E79D (or 0x69E79D) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E7 and 9D. RGB value is (105,231,157). Sum of RGB (Red+Green+Blue) = 105+231+157=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #69E79D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E79D is #961862. Grayscale: #B9B9B9. Windows color (decimal): -9836643 or 10348393. OLE color: 10348393.

HSL color Cylindrical-coordinate representation of color #69E79D: hue angle of 144.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E79D is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB105231157-
CMYK0.5500.320.09
HSL144.76º72.41%65.88%-
HSV(B)144.76º54.55%90.59%-
XYZ40.4962.5941.85-
YUV184.89112.2671.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=21.30%
G=46.86%
B=31.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052311570.5500.320.09144.7672.4165.88
Hex69E79D370209914842
Octal1513472356704011221110102
Binary11010011110011110011101110111010000010011001000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,157); }

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

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

 a { background-color: rgb(105,231,157); }

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

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

 span { border-color: rgb(105,231,157); }

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