#6ABEA7

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

Shades of Medium Aquamarine #6ABEA7

Tints of Medium Aquamarine #6ABEA7

Color information

#6ABEA7 (or 0x6ABEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, BE and A7. RGB value is (106,190,167). Sum of RGB (Red+Green+Blue) = 106+190+167=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEA7 is #954158. Grayscale: #A2A2A2. Windows color (decimal): -9781593 or 10993258. OLE color: 10993258.

HSL color Cylindrical-coordinate representation of color #6ABEA7: hue angle of 163.57º 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 #6ABEA7 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB106190167-
CMYK0.4400.120.25
HSL163.57º39.25%58.04%-
HSV(B)163.57º44.21%74.51%-
XYZ31.3342.6843.15-
YUV162.26130.6787.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=22.89%
G=41.04%
B=36.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901670.4400.120.25163.5739.2558.04
Hex6ABEA72C0C19a4273a
Octal15227624754014312444772
Binary11010101011111010100111101100011001100110100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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