#6ADCB1

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

Shades of Medium Aquamarine #6ADCB1

Tints of Medium Aquamarine #6ADCB1

Color information

#6ADCB1 (or 0x6ADCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DC and B1. RGB value is (106,220,177). Sum of RGB (Red+Green+Blue) = 106+220+177=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCB1 is #95234E. Grayscale: #B5B5B5. Windows color (decimal): -9773903 or 11656298. OLE color: 11656298.

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

Color convert

RGB106220177-
CMYK0.5200.200.14
HSL157.37º61.96%63.92%-
HSV(B)157.37º51.82%86.27%-
XYZ39.4757.4250.6-
YUV181.01125.7374.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=21.07%
G=43.74%
B=35.19%

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
Decimal1062201770.5200.200.14157.3761.9663.92
Hex6ADCB134014E9d3e40
Octal152334261640241623576100
Binary110101011011100101100011101000101001110100111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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