#6BD2A1

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

Shades of Medium Aquamarine #6BD2A1

Tints of Medium Aquamarine #6BD2A1

Color information

#6BD2A1 (or 0x6BD2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D2 and A1. RGB value is (107,210,161). Sum of RGB (Red+Green+Blue) = 107+210+161=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD2A1 is #942D5E. Grayscale: #ADADAD. Windows color (decimal): -9710943 or 10605163. OLE color: 10605163.

HSL color Cylindrical-coordinate representation of color #6BD2A1: hue angle of 151.46º 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 #6BD2A1 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB107210161-
CMYK0.4900.230.18
HSL151.46º53.37%62.16%-
HSV(B)151.46º49.05%82.35%-
XYZ35.5451.7941.84-
YUV173.62120.8880.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=22.38%
G=43.93%
B=33.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101610.4900.230.18151.4653.3762.16
Hex6BD2A1310171297353e
Octal15332224161027222276576
Binary110101111010010101000011100010101111001010010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,210,161); }

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

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

 a { background-color: rgb(107,210,161); }

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

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

 span { border-color: rgb(107,210,161); }

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