#6ED6AF

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

Shades of Medium Aquamarine #6ED6AF

Tints of Medium Aquamarine #6ED6AF

Color information

#6ED6AF (or 0x6ED6AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, D6 and AF. RGB value is (110,214,175). Sum of RGB (Red+Green+Blue) = 110+214+175=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED6AF is #912950. Grayscale: #B2B2B2. Windows color (decimal): -9513297 or 11523694. OLE color: 11523694.

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

Color convert

RGB110214175-
CMYK0.4900.180.16
HSL157.5º55.91%63.53%-
HSV(B)157.5º48.6%83.92%-
XYZ38.2154.549.06-
YUV178.46126.0479.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.04%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=22.04%
G=42.89%
B=35.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141750.4900.180.16157.555.9163.53
Hex6ED6AF31012109e3840
Octal156326257610222023670100
Binary1101110110101101010111111000101001010000100111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,175); }

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

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

 a { background-color: rgb(110,214,175); }

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

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

 span { border-color: rgb(110,214,175); }

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