#6ABEA8

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

Shades of Medium Aquamarine #6ABEA8

Tints of Medium Aquamarine #6ABEA8

Color information

#6ABEA8 (or 0x6ABEA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, BE and A8. RGB value is (106,190,168). Sum of RGB (Red+Green+Blue) = 106+190+168=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEA8 is #954157. Grayscale: #A2A2A2. Windows color (decimal): -9781592 or 11058794. OLE color: 11058794.

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

Color convert

RGB106190168-
CMYK0.4400.120.25
HSL164.29º39.25%58.04%-
HSV(B)164.29º44.21%74.51%-
XYZ31.4342.7243.63-
YUV162.38131.1787.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=22.84%
G=40.95%
B=36.21%

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
Decimal1061901680.4400.120.25164.2939.2558.04
Hex6ABEA82C0C19a4273a
Octal15227625054014312444772
Binary11010101011111010101000101100011001100110100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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