#6BD1A3

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

Shades of Medium Aquamarine #6BD1A3

Tints of Medium Aquamarine #6BD1A3

Color information

#6BD1A3 (or 0x6BD1A3) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D1 and A3. RGB value is (107,209,163). Sum of RGB (Red+Green+Blue) = 107+209+163=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD1A3 is #942E5C. Grayscale: #ADADAD. Windows color (decimal): -9711197 or 10735979. OLE color: 10735979.

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

Color convert

RGB107209163-
CMYK0.4900.220.18
HSL152.94º52.58%61.96%-
HSV(B)152.94º48.8%81.96%-
XYZ35.4751.3742.7-
YUV173.26122.2180.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.34%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=22.34%
G=43.63%
B=34.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072091630.4900.220.18152.9452.5861.96
Hex6BD1A3310161299353e
Octal15332124361026222316576
Binary110101111010001101000111100010101101001010011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,209,163); }

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

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

 a { background-color: rgb(107,209,163); }

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

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

 span { border-color: rgb(107,209,163); }

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