#6FD8A8

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

Shades of Medium Aquamarine #6FD8A8

Tints of Medium Aquamarine #6FD8A8

Color information

#6FD8A8 (or 0x6FD8A8) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, D8 and A8. RGB value is (111,216,168). Sum of RGB (Red+Green+Blue) = 111+216+168=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD8A8 is #902757. Grayscale: #B3B3B3. Windows color (decimal): -9447256 or 11065455. OLE color: 11065455.

HSL color Cylindrical-coordinate representation of color #6FD8A8: hue angle of 152.57º 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 #6FD8A8 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB111216168-
CMYK0.4900.220.15
HSL152.57º57.38%64.12%-
HSV(B)152.57º48.61%84.71%-
XYZ38.1855.3245.71-
YUV179.13121.7179.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=22.42%
G=43.64%
B=33.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112161680.4900.220.15152.5757.3864.12
Hex6FD8A831016F993940
Octal157330250610261723171100
Binary110111111011000101010001100010101101111100110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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