#6AD8AB

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

Shades of Medium Aquamarine #6AD8AB

Tints of Medium Aquamarine #6AD8AB

Color information

#6AD8AB (or 0x6AD8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, D8 and AB. RGB value is (106,216,171). Sum of RGB (Red+Green+Blue) = 106+216+171=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8AB is #952754. Grayscale: #B2B2B2. Windows color (decimal): -9774933 or 11262058. OLE color: 11262058.

HSL color Cylindrical-coordinate representation of color #6AD8AB: hue angle of 155.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8AB is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB106216171-
CMYK0.5100.210.15
HSL155.45º58.51%63.14%-
HSV(B)155.45º50.93%84.71%-
XYZ37.8555.1247.17-
YUV177.98124.0676.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=21.50%
G=43.81%
B=34.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062161710.5100.210.15155.4558.5163.14
Hex6AD8AB33015F9b3b3f
Octal15233025363025172337377
Binary11010101101100010101011110011010101111110011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,216,171); }

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

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

 a { background-color: rgb(106,216,171); }

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

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

 span { border-color: rgb(106,216,171); }

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