#6DF2C7

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

Shades of Aquamarine #6DF2C7

Tints of Aquamarine #6DF2C7

Color information

#6DF2C7 (or 0x6DF2C7) is unknown color: approx Aquamarine. HEX triplet: 6D, F2 and C7. RGB value is (109,242,199). Sum of RGB (Red+Green+Blue) = 109+242+199=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2C7 is #920D38. Grayscale: #C5C5C5. Windows color (decimal): -9571641 or 13103725. OLE color: 13103725.

HSL color Cylindrical-coordinate representation of color #6DF2C7: hue angle of 160.6º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2C7 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB109242199-
CMYK0.5500.180.05
HSL160.6º83.65%68.82%-
HSV(B)160.6º54.96%94.9%-
XYZ48.3770.8865.16-
YUV197.33128.9465-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.82%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=19.82%
G=44%
B=36.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092421990.5500.180.05160.683.6568.82
Hex6DF2C7370125a15445
Octal155362307670225241124105
Binary110110111110010110001111101110100101011010000110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,242,199); }

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

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

 a { background-color: rgb(109,242,199); }

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

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

 span { border-color: rgb(109,242,199); }

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