#69D8A9

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

Shades of Medium Aquamarine #69D8A9

Tints of Medium Aquamarine #69D8A9

Color information

#69D8A9 (or 0x69D8A9) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D8 and A9. RGB value is (105,216,169). Sum of RGB (Red+Green+Blue) = 105+216+169=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8A9 is #962756. Grayscale: #B1B1B1. Windows color (decimal): -9840471 or 11130985. OLE color: 11130985.

HSL color Cylindrical-coordinate representation of color #69D8A9: hue angle of 154.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8A9 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB105216169-
CMYK0.5100.220.15
HSL154.59º58.73%62.94%-
HSV(B)154.59º51.39%84.71%-
XYZ37.5454.9846.17-
YUV177.45123.2376.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=21.43%
G=44.08%
B=34.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161690.5100.220.15154.5958.7362.94
Hex69D8A933016F9b3b3f
Octal15133025163026172337377
Binary11010011101100010101001110011010110111110011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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