#69DCA2

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

Shades of Medium Aquamarine #69DCA2

Tints of Medium Aquamarine #69DCA2

Color information

#69DCA2 (or 0x69DCA2) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DC and A2. RGB value is (105,220,162). Sum of RGB (Red+Green+Blue) = 105+220+162=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DCA2 is #96235D. Grayscale: #B3B3B3. Windows color (decimal): -9839454 or 10673257. OLE color: 10673257.

HSL color Cylindrical-coordinate representation of color #69DCA2: hue angle of 149.74º 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 #69DCA2 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB105220162-
CMYK0.5200.260.14
HSL149.74º62.16%63.73%-
HSV(B)149.74º52.27%86.27%-
XYZ37.9456.843.15-
YUV179118.475.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=21.56%
G=45.17%
B=33.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201620.5200.260.14149.7462.1663.73
Hex69DCA23401AE963e40
Octal151334242640321622676100
Binary110100111011100101000101101000110101110100101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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