#6DCFA0

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

Shades of Medium Aquamarine #6DCFA0

Tints of Medium Aquamarine #6DCFA0

Color information

#6DCFA0 (or 0x6DCFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CF and A0. RGB value is (109,207,160). Sum of RGB (Red+Green+Blue) = 109+207+160=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFA0 is #92305F. Grayscale: #ACACAC. Windows color (decimal): -9580640 or 10538861. OLE color: 10538861.

HSL color Cylindrical-coordinate representation of color #6DCFA0: hue angle of 151.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB109207160-
CMYK0.4700.230.19
HSL151.22º50.52%61.96%-
HSV(B)151.22º47.34%81.18%-
XYZ34.9650.4141.15-
YUV172.34121.0382.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 207 (81.25% from 255) = 43.49%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=22.90%
G=43.49%
B=33.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092071600.4700.230.19151.2250.5261.96
Hex6DCFA02F0171397333e
Octal15531724057027232276376
Binary110110111001111101000001011110101111001110010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,207,160); }

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

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

 a { background-color: rgb(109,207,160); }

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

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

 span { border-color: rgb(109,207,160); }

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