#6ADBB1

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

Shades of Medium Aquamarine #6ADBB1

Tints of Medium Aquamarine #6ADBB1

Color information

#6ADBB1 (or 0x6ADBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DB and B1. RGB value is (106,219,177). Sum of RGB (Red+Green+Blue) = 106+219+177=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBB1 is #95244E. Grayscale: #B4B4B4. Windows color (decimal): -9774159 or 11656042. OLE color: 11656042.

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

Color convert

RGB106219177-
CMYK0.5200.190.14
HSL157.7º61.08%63.73%-
HSV(B)157.7º51.6%85.88%-
XYZ39.2156.950.51-
YUV180.42126.0674.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.12%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=21.12%
G=43.63%
B=35.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062191770.5200.190.14157.761.0863.73
Hex6ADBB134013E9e3d40
Octal152333261640231623675100
Binary110101011011011101100011101000100111110100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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