#6ADCAF

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

Shades of Medium Aquamarine #6ADCAF

Tints of Medium Aquamarine #6ADCAF

Color information

#6ADCAF (or 0x6ADCAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DC and AF. RGB value is (106,220,175). Sum of RGB (Red+Green+Blue) = 106+220+175=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCAF is #952350. Grayscale: #B4B4B4. Windows color (decimal): -9773905 or 11525226. OLE color: 11525226.

HSL color Cylindrical-coordinate representation of color #6ADCAF: hue angle of 156.32º degrees, saturation: 0.62, 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 #6ADCAF is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB106220175-
CMYK0.5200.200.14
HSL156.32º61.96%63.92%-
HSV(B)156.32º51.82%86.27%-
XYZ39.2757.3549.56-
YUV180.78124.7374.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.16%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=21.16%
G=43.91%
B=34.93%

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
Decimal1062201750.5200.200.14156.3261.9663.92
Hex6ADCAF34014E9c3e40
Octal152334257640241623476100
Binary110101011011100101011111101000101001110100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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