#6FEDD2

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

Shades of Aquamarine #6FEDD2

Tints of Aquamarine #6FEDD2

Color information

#6FEDD2 (or 0x6FEDD2) is unknown color: approx Aquamarine. HEX triplet: 6F, ED and D2. RGB value is (111,237,210). Sum of RGB (Red+Green+Blue) = 111+237+210=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD2 is #90122D. Grayscale: #C4C4C4. Windows color (decimal): -9441838 or 13823343. OLE color: 13823343.

HSL color Cylindrical-coordinate representation of color #6FEDD2: hue angle of 167.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDD2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB111237210-
CMYK0.5300.110.07
HSL167.14º77.78%68.24%-
HSV(B)167.14º53.16%92.94%-
XYZ48.4768.671.66-
YUV196.25135.7667.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.89%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 210 (82.42% from 255) = 37.63%
R=19.89%
G=42.47%
B=37.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112372100.5300.110.07167.1477.7868.24
Hex6FEDD2350B7a74e44
Octal157355322650137247116104
Binary11011111110110111010010110101010111111010011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,210); }

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

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

 a { background-color: rgb(111,237,210); }

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

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

 span { border-color: rgb(111,237,210); }

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