#6AD1B0

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

Shades of Medium Aquamarine #6AD1B0

Tints of Medium Aquamarine #6AD1B0

Color information

#6AD1B0 (or 0x6AD1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, D1 and B0. RGB value is (106,209,176). Sum of RGB (Red+Green+Blue) = 106+209+176=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD1B0 is #952E4F. Grayscale: #AEAEAE. Windows color (decimal): -9776720 or 11587946. OLE color: 11587946.

HSL color Cylindrical-coordinate representation of color #6AD1B0: hue angle of 160.78º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1B0 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB106209176-
CMYK0.4900.160.18
HSL160.78º52.82%61.76%-
HSV(B)160.78º49.28%81.96%-
XYZ36.5851.849.14-
YUV174.44128.8879.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=21.59%
G=42.57%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062091760.4900.160.18160.7852.8261.76
Hex6AD1B03101012a1353e
Octal15232126061020222416576
Binary110101011010001101100001100010100001001010100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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