#69D1AC

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

Shades of Medium Aquamarine #69D1AC

Tints of Medium Aquamarine #69D1AC

Color information

#69D1AC (or 0x69D1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D1 and AC. RGB value is (105,209,172). Sum of RGB (Red+Green+Blue) = 105+209+172=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D1AC is #962E53. Grayscale: #ADADAD. Windows color (decimal): -9842260 or 11325801. OLE color: 11325801.

HSL color Cylindrical-coordinate representation of color #69D1AC: hue angle of 158.65º 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 #69D1AC is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB105209172-
CMYK0.5000.180.18
HSL158.65º53.06%61.57%-
HSV(B)158.65º49.76%81.96%-
XYZ36.0751.5847.08-
YUV173.69127.0479.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=21.60%
G=43.00%
B=35.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091720.5000.180.18158.6553.0661.57
Hex69D1AC32012129f353e
Octal15132125462022222376576
Binary110100111010001101011001100100100101001010011111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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