#6FD8A5

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

Shades of Medium Aquamarine #6FD8A5

Tints of Medium Aquamarine #6FD8A5

Color information

#6FD8A5 (or 0x6FD8A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, D8 and A5. RGB value is (111,216,165). Sum of RGB (Red+Green+Blue) = 111+216+165=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD8A5 is #90275A. Grayscale: #B2B2B2. Windows color (decimal): -9447259 or 10868847. OLE color: 10868847.

HSL color Cylindrical-coordinate representation of color #6FD8A5: hue angle of 150.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8A5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB111216165-
CMYK0.4900.240.15
HSL150.86º57.38%64.12%-
HSV(B)150.86º48.61%84.71%-
XYZ37.955.2144.26-
YUV178.79120.2179.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.56%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=22.56%
G=43.90%
B=33.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112161650.4900.240.15150.8657.3864.12
Hex6FD8A531018F973940
Octal157330245610301722771100
Binary110111111011000101001011100010110001111100101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,216,165); }

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

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

 a { background-color: rgb(111,216,165); }

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

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

 span { border-color: rgb(111,216,165); }

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