#6AE9B1

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

Shades of Medium Aquamarine #6AE9B1

Tints of Medium Aquamarine #6AE9B1

Color information

#6AE9B1 (or 0x6AE9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E9 and B1. RGB value is (106,233,177). Sum of RGB (Red+Green+Blue) = 106+233+177=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE9B1 is #95164E. Grayscale: #BCBCBC. Windows color (decimal): -9770575 or 11659626. OLE color: 11659626.

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

Color convert

RGB106233177-
CMYK0.5500.240.09
HSL153.54º74.27%66.47%-
HSV(B)153.54º54.51%91.37%-
XYZ43.0264.5251.78-
YUV188.64121.4269.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=20.54%
G=45.16%
B=34.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331770.5500.240.09153.5474.2766.47
Hex6AE9B13701899a4a42
Octal1523512616703011232112102
Binary1101010111010011011000111011101100010011001101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,233,177); }

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

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

 a { background-color: rgb(106,233,177); }

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

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

 span { border-color: rgb(106,233,177); }

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