#69C3AA

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

Shades of Medium Aquamarine #69C3AA

Tints of Medium Aquamarine #69C3AA

Color information

#69C3AA (or 0x69C3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C3 and AA. RGB value is (105,195,170). Sum of RGB (Red+Green+Blue) = 105+195+170=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3AA is #963C55. Grayscale: #A5A5A5. Windows color (decimal): -9845846 or 11191145. OLE color: 11191145.

HSL color Cylindrical-coordinate representation of color #69C3AA: hue angle of 163.33º degrees, saturation: 0.43, 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 #69C3AA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB105195170-
CMYK0.4600.130.24
HSL163.33º42.86%58.82%-
HSV(B)163.33º46.15%76.47%-
XYZ32.644.9444.99-
YUV165.24130.6885.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=22.34%
G=41.49%
B=36.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051951700.4600.130.24163.3342.8658.82
Hex69C3AA2E0D18a32b3b
Octal15130325256015302435373
Binary11010011100001110101010101110011011100010100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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