#6FD5A6

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

Shades of Medium Aquamarine #6FD5A6

Tints of Medium Aquamarine #6FD5A6

Color information

#6FD5A6 (or 0x6FD5A6) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, D5 and A6. RGB value is (111,213,166). Sum of RGB (Red+Green+Blue) = 111+213+166=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD5A6 is #902A59. Grayscale: #B1B1B1. Windows color (decimal): -9448026 or 10933615. OLE color: 10933615.

HSL color Cylindrical-coordinate representation of color #6FD5A6: hue angle of 152.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5A6 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB111213166-
CMYK0.4800.220.16
HSL152.35º54.84%63.53%-
HSV(B)152.35º47.89%83.53%-
XYZ37.2353.7244.48-
YUV177.14121.7180.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.65%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=22.65%
G=43.47%
B=33.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112131660.4800.220.16152.3554.8463.53
Hex6FD5A63001610983740
Octal157325246600262023067100
Binary1101111110101011010011011000001011010000100110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,213,166); }

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

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

 a { background-color: rgb(111,213,166); }

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

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

 span { border-color: rgb(111,213,166); }

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