#6FDFA0

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

Shades of Medium Aquamarine #6FDFA0

Tints of Medium Aquamarine #6FDFA0

Color information

#6FDFA0 (or 0x6FDFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, DF and A0. RGB value is (111,223,160). Sum of RGB (Red+Green+Blue) = 111+223+160=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDFA0 is #90205F. Grayscale: #B6B6B6. Windows color (decimal): -9445472 or 10542959. OLE color: 10542959.

HSL color Cylindrical-coordinate representation of color #6FDFA0: hue angle of 146.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFA0 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB111223160-
CMYK0.5000.280.13
HSL146.25º63.64%65.49%-
HSV(B)146.25º50.22%87.45%-
XYZ39.2958.6942.52-
YUV182.33115.3977.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.47%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=22.47%
G=45.14%
B=32.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112231600.5000.280.13146.2563.6465.49
Hex6FDFA03201CD924041
Octal1573372406203415222100101
Binary1101111110111111010000011001001110011011001001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,223,160); }

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

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

 a { background-color: rgb(111,223,160); }

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

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

 span { border-color: rgb(111,223,160); }

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