#69C2AA

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

Shades of Medium Aquamarine #69C2AA

Tints of Medium Aquamarine #69C2AA

Color information

#69C2AA (or 0x69C2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C2 and AA. RGB value is (105,194,170). Sum of RGB (Red+Green+Blue) = 105+194+170=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2AA is #963D55. Grayscale: #A4A4A4. Windows color (decimal): -9846102 or 11190889. OLE color: 11190889.

HSL color Cylindrical-coordinate representation of color #69C2AA: hue angle of 163.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2AA is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB105194170-
CMYK0.4600.120.24
HSL163.82º42.18%58.63%-
HSV(B)163.82º45.88%76.08%-
XYZ32.3744.4944.91-
YUV164.65131.0185.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=22.39%
G=41.36%
B=36.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051941700.4600.120.24163.8242.1858.63
Hex69C2AA2E0C18a42a3b
Octal15130225256014302445273
Binary11010011100001010101010101110011001100010100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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