#69DCA4

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

Shades of Medium Aquamarine #69DCA4

Tints of Medium Aquamarine #69DCA4

Color information

#69DCA4 (or 0x69DCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DC and A4. RGB value is (105,220,164). Sum of RGB (Red+Green+Blue) = 105+220+164=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DCA4 is #96235B. Grayscale: #B3B3B3. Windows color (decimal): -9839452 or 10804329. OLE color: 10804329.

HSL color Cylindrical-coordinate representation of color #69DCA4: hue angle of 150.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DCA4 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB105220164-
CMYK0.5200.250.14
HSL150.78º62.16%63.73%-
HSV(B)150.78º52.27%86.27%-
XYZ38.1256.8744.09-
YUV179.23119.475.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=21.47%
G=44.99%
B=33.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201640.5200.250.14150.7862.1663.73
Hex69DCA434019E973e40
Octal151334244640311622776100
Binary110100111011100101001001101000110011110100101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,164); }

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

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

 a { background-color: rgb(105,220,164); }

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

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

 span { border-color: rgb(105,220,164); }

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