#6AD8AD

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

Shades of Medium Aquamarine #6AD8AD

Tints of Medium Aquamarine #6AD8AD

Color information

#6AD8AD (or 0x6AD8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, D8 and AD. RGB value is (106,216,173). Sum of RGB (Red+Green+Blue) = 106+216+173=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8AD is #952752. Grayscale: #B2B2B2. Windows color (decimal): -9774931 or 11393130. OLE color: 11393130.

HSL color Cylindrical-coordinate representation of color #6AD8AD: hue angle of 156.55º 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 #6AD8AD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB106216173-
CMYK0.5100.200.15
HSL156.55º58.51%63.14%-
HSV(B)156.55º50.93%84.71%-
XYZ38.0455.1948.18-
YUV178.21125.0676.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.41%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=21.41%
G=43.64%
B=34.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062161730.5100.200.15156.5558.5163.14
Hex6AD8AD33014F9d3b3f
Octal15233025563024172357377
Binary11010101101100010101101110011010100111110011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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