#6AEDA4

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

Shades of Medium Aquamarine #6AEDA4

Tints of Medium Aquamarine #6AEDA4

Color information

#6AEDA4 (or 0x6AEDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, ED and A4. RGB value is (106,237,164). Sum of RGB (Red+Green+Blue) = 106+237+164=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDA4 is #95125B. Grayscale: #BDBDBD. Windows color (decimal): -9769564 or 10808682. OLE color: 10808682.

HSL color Cylindrical-coordinate representation of color #6AEDA4: hue angle of 146.56º 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 #6AEDA4 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB106237164-
CMYK0.5500.310.07
HSL146.56º78.44%67.25%-
HSV(B)146.56º55.27%92.94%-
XYZ42.9366.3145.66-
YUV189.51113.668.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.91%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=20.91%
G=46.75%
B=32.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371640.5500.310.07146.5678.4467.25
Hex6AEDA43701F7934e43
Octal152355244670377223116103
Binary110101011101101101001001101110111111111001001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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