#6BD1AE

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

Shades of Medium Aquamarine #6BD1AE

Tints of Medium Aquamarine #6BD1AE

Color information

#6BD1AE (or 0x6BD1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D1 and AE. RGB value is (107,209,174). Sum of RGB (Red+Green+Blue) = 107+209+174=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD1AE is #942E51. Grayscale: #AEAEAE. Windows color (decimal): -9711186 or 11456875. OLE color: 11456875.

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

Color convert

RGB107209174-
CMYK0.4900.170.18
HSL159.41º52.58%61.96%-
HSV(B)159.41º48.8%81.96%-
XYZ36.551.7848.12-
YUV174.51127.7179.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.84%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=21.84%
G=42.65%
B=35.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072091740.4900.170.18159.4152.5861.96
Hex6BD1AE31011129f353e
Octal15332125661021222376576
Binary110101111010001101011101100010100011001010011111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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