#69C3AC

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

Shades of Medium Aquamarine #69C3AC

Tints of Medium Aquamarine #69C3AC

Color information

#69C3AC (or 0x69C3AC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C3 and AC. RGB value is (105,195,172). Sum of RGB (Red+Green+Blue) = 105+195+172=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3AC is #963C53. Grayscale: #A5A5A5. Windows color (decimal): -9845844 or 11322217. OLE color: 11322217.

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

Color convert

RGB105195172-
CMYK0.4600.120.24
HSL164.67º42.86%58.82%-
HSV(B)164.67º46.15%76.47%-
XYZ32.7945.0145.99-
YUV165.47131.6884.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=22.25%
G=41.31%
B=36.44%

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
Decimal1051951720.4600.120.24164.6742.8658.82
Hex69C3AC2E0C18a52b3b
Octal15130325456014302455373
Binary11010011100001110101100101110011001100010100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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