#69D7A9

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

Shades of Medium Aquamarine #69D7A9

Tints of Medium Aquamarine #69D7A9

Color information

#69D7A9 (or 0x69D7A9) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D7 and A9. RGB value is (105,215,169). Sum of RGB (Red+Green+Blue) = 105+215+169=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D7A9 is #962856. Grayscale: #B0B0B0. Windows color (decimal): -9840727 or 11130729. OLE color: 11130729.

HSL color Cylindrical-coordinate representation of color #69D7A9: hue angle of 154.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D7A9 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB105215169-
CMYK0.5100.210.16
HSL154.91º57.89%62.75%-
HSV(B)154.91º51.16%84.31%-
XYZ37.2954.4746.08-
YUV176.87123.5676.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=21.47%
G=43.97%
B=34.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151690.5100.210.16154.9157.8962.75
Hex69D7A933015109b3a3f
Octal15132725163025202337277
Binary110100111010111101010011100110101011000010011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,215,169); }

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

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

 a { background-color: rgb(105,215,169); }

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

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

 span { border-color: rgb(105,215,169); }

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