#6ADDB0

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

Shades of Medium Aquamarine #6ADDB0

Tints of Medium Aquamarine #6ADDB0

Color information

#6ADDB0 (or 0x6ADDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DD and B0. RGB value is (106,221,176). Sum of RGB (Red+Green+Blue) = 106+221+176=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDB0 is #95224F. Grayscale: #B5B5B5. Windows color (decimal): -9773648 or 11591018. OLE color: 11591018.

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

Color convert

RGB106221176-
CMYK0.5200.200.13
HSL156.52º62.84%64.12%-
HSV(B)156.52º52.04%86.67%-
XYZ39.6457.9150.16-
YUV181.48124.974.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=21.07%
G=43.94%
B=34.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062211760.5200.200.13156.5262.8464.12
Hex6ADDB034014D9d3f40
Octal152335260640241523577100
Binary110101011011101101100001101000101001101100111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,221,176); }

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

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

 a { background-color: rgb(106,221,176); }

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

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

 span { border-color: rgb(106,221,176); }

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