#6DE1AF

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

Shades of Medium Aquamarine #6DE1AF

Tints of Medium Aquamarine #6DE1AF

Color information

#6DE1AF (or 0x6DE1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, E1 and AF. RGB value is (109,225,175). Sum of RGB (Red+Green+Blue) = 109+225+175=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DE1AF is #921E50. Grayscale: #B8B8B8. Windows color (decimal): -9576017 or 11526509. OLE color: 11526509.

HSL color Cylindrical-coordinate representation of color #6DE1AF: hue angle of 154.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1AF is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB109225175-
CMYK0.5200.220.12
HSL154.14º65.91%65.49%-
HSV(B)154.14º51.56%88.24%-
XYZ40.9760.250.02-
YUV184.62122.5774.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=21.41%
G=44.20%
B=34.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1092251750.5200.220.12154.1465.9165.49
Hex6DE1AF34016C9a4241
Octal1553412576402614232102101
Binary1101101111000011010111111010001011011001001101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,225,175); }

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

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

 a { background-color: rgb(109,225,175); }

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

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

 span { border-color: rgb(109,225,175); }

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