#6AEDAC

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

Shades of Medium Aquamarine #6AEDAC

Tints of Medium Aquamarine #6AEDAC

Color information

#6AEDAC (or 0x6AEDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, ED and AC. RGB value is (106,237,172). Sum of RGB (Red+Green+Blue) = 106+237+172=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDAC is #951253. Grayscale: #BEBEBE. Windows color (decimal): -9769556 or 11332970. OLE color: 11332970.

HSL color Cylindrical-coordinate representation of color #6AEDAC: hue angle of 150.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDAC is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB106237172-
CMYK0.5500.270.07
HSL150.23º78.44%67.25%-
HSV(B)150.23º55.27%92.94%-
XYZ43.6766.6149.59-
YUV190.42117.667.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.58%
GREEN value IS 237 (92.97% from 255) = 46.02%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=20.58%
G=46.02%
B=33.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371720.5500.270.07150.2378.4467.25
Hex6AEDAC3701B7964e43
Octal152355254670337226116103
Binary110101011101101101011001101110110111111001011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AEDAC; }

 p { color: rgb(106,237,172); }

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

<style>
 a { background-color: #6AEDAC; }

 a { background-color: rgb(106,237,172); }

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

<style>
 span { border-color: #6AEDAC; }

 span { border-color: rgb(106,237,172); }

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