#6ADBAF

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

Shades of Medium Aquamarine #6ADBAF

Tints of Medium Aquamarine #6ADBAF

Color information

#6ADBAF (or 0x6ADBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DB and AF. RGB value is (106,219,175). Sum of RGB (Red+Green+Blue) = 106+219+175=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBAF is #952450. Grayscale: #B4B4B4. Windows color (decimal): -9774161 or 11524970. OLE color: 11524970.

HSL color Cylindrical-coordinate representation of color #6ADBAF: hue angle of 156.64º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBAF is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB106219175-
CMYK0.5200.200.14
HSL156.64º61.08%63.73%-
HSV(B)156.64º51.6%85.88%-
XYZ39.0156.8249.47-
YUV180.2125.0675.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 175 (68.75% from 255) = 35%
R=21.2%
G=43.8%
B=35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062191750.5200.200.14156.6461.0863.73
Hex6ADBAF34014E9d3d40
Octal152333257640241623575100
Binary110101011011011101011111101000101001110100111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,219,175); }

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

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

 a { background-color: rgb(106,219,175); }

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

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

 span { border-color: rgb(106,219,175); }

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