#69C6A6

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

Shades of Medium Aquamarine #69C6A6

Tints of Medium Aquamarine #69C6A6

Color information

#69C6A6 (or 0x69C6A6) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C6 and A6. RGB value is (105,198,166). Sum of RGB (Red+Green+Blue) = 105+198+166=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C6A6 is #963959. Grayscale: #A6A6A6. Windows color (decimal): -9845082 or 10929769. OLE color: 10929769.

HSL color Cylindrical-coordinate representation of color #69C6A6: hue angle of 159.35º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C6A6 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB105198166-
CMYK0.4700.160.22
HSL159.35º44.93%59.41%-
HSV(B)159.35º46.97%77.65%-
XYZ32.946.1443.25-
YUV166.54127.6984.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=22.39%
G=42.22%
B=35.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981660.4700.160.22159.3544.9359.41
Hex69C6A62F010169f2d3b
Octal15130624657020262375573
Binary110100111000110101001101011110100001011010011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,198,166); }

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

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

 a { background-color: rgb(105,198,166); }

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

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

 span { border-color: rgb(105,198,166); }

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