#69C9AC

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

Shades of Medium Aquamarine #69C9AC

Tints of Medium Aquamarine #69C9AC

Color information

#69C9AC (or 0x69C9AC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C9 and AC. RGB value is (105,201,172). Sum of RGB (Red+Green+Blue) = 105+201+172=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #69C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C9AC is #963653. Grayscale: #A9A9A9. Windows color (decimal): -9844308 or 11323753. OLE color: 11323753.

HSL color Cylindrical-coordinate representation of color #69C9AC: hue angle of 161.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C9AC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB105201172-
CMYK0.4800.140.21
HSL161.88º47.06%60%-
HSV(B)161.88º47.76%78.82%-
XYZ34.1647.7646.45-
YUV168.99129.782.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=21.97%
G=42.05%
B=35.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052011720.4800.140.21161.8847.0660
Hex69C9AC300E15a22f3c
Octal15131125460016252425774
Binary11010011100100110101100110000011101010110100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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