#6DC9AF

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

Shades of Medium Aquamarine #6DC9AF

Tints of Medium Aquamarine #6DC9AF

Color information

#6DC9AF (or 0x6DC9AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C9 and AF. RGB value is (109,201,175). Sum of RGB (Red+Green+Blue) = 109+201+175=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC9AF is #923650. Grayscale: #AAAAAA. Windows color (decimal): -9582161 or 11520365. OLE color: 11520365.

HSL color Cylindrical-coordinate representation of color #6DC9AF: hue angle of 163.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9AF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB109201175-
CMYK0.4600.130.21
HSL163.04º46%60.78%-
HSV(B)163.04º45.77%78.82%-
XYZ34.9348.1248-
YUV170.53130.5284.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=22.47%
G=41.44%
B=36.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092011750.4600.130.21163.044660.78
Hex6DC9AF2E0D15a32e3d
Octal15531125756015252435675
Binary11011011100100110101111101110011011010110100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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