#69D1AA

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

Shades of Medium Aquamarine #69D1AA

Tints of Medium Aquamarine #69D1AA

Color information

#69D1AA (or 0x69D1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D1 and AA. RGB value is (105,209,170). Sum of RGB (Red+Green+Blue) = 105+209+170=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D1AA is #962E55. Grayscale: #ADADAD. Windows color (decimal): -9842262 or 11194729. OLE color: 11194729.

HSL color Cylindrical-coordinate representation of color #69D1AA: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D1AA is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB105209170-
CMYK0.5000.190.18
HSL157.5º53.06%61.57%-
HSV(B)157.5º49.76%81.96%-
XYZ35.8851.5146.08-
YUV173.46126.0479.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=21.69%
G=43.18%
B=35.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091700.5000.190.18157.553.0661.57
Hex69D1AA32013129e353e
Octal15132125262023222366576
Binary110100111010001101010101100100100111001010011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,170); }

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

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

 a { background-color: rgb(105,209,170); }

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

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

 span { border-color: rgb(105,209,170); }

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