#6ABEA9

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

Shades of Medium Aquamarine #6ABEA9

Tints of Medium Aquamarine #6ABEA9

Color information

#6ABEA9 (or 0x6ABEA9) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, BE and A9. RGB value is (106,190,169). Sum of RGB (Red+Green+Blue) = 106+190+169=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEA9 is #954156. Grayscale: #A2A2A2. Windows color (decimal): -9781591 or 11124330. OLE color: 11124330.

HSL color Cylindrical-coordinate representation of color #6ABEA9: hue angle of 165º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABEA9 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB106190169-
CMYK0.4400.110.25
HSL165º39.25%58.04%-
HSV(B)165º44.21%74.51%-
XYZ31.5242.7644.13-
YUV162.49131.6787.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=22.80%
G=40.86%
B=36.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901690.4400.110.2516539.2558.04
Hex6ABEA92C0B19a5273a
Octal15227625154013312454772
Binary11010101011111010101001101100010111100110100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,190,169); }

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

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

 a { background-color: rgb(106,190,169); }

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

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

 span { border-color: rgb(106,190,169); }

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