#6AE7B4

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

Shades of Medium Aquamarine #6AE7B4

Tints of Medium Aquamarine #6AE7B4

Color information

#6AE7B4 (or 0x6AE7B4) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E7 and B4. RGB value is (106,231,180). Sum of RGB (Red+Green+Blue) = 106+231+180=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7B4 is #95184B. Grayscale: #BBBBBB. Windows color (decimal): -9771084 or 11855722. OLE color: 11855722.

HSL color Cylindrical-coordinate representation of color #6AE7B4: hue angle of 155.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE7B4 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB106231180-
CMYK0.5400.220.09
HSL155.52º72.25%66.08%-
HSV(B)155.52º54.11%90.59%-
XYZ42.7663.5153.19-
YUV187.81123.5969.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 231 (90.62% from 255) = 44.68%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=20.50%
G=44.68%
B=34.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062311800.5400.220.09155.5272.2566.08
Hex6AE7B43601699c4842
Octal1523472646602611234110102
Binary1101010111001111011010011011001011010011001110010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,231,180); }

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

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

 a { background-color: rgb(106,231,180); }

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

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

 span { border-color: rgb(106,231,180); }

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