#6FEAD4

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

Shades of Aquamarine #6FEAD4

Tints of Aquamarine #6FEAD4

Color information

#6FEAD4 (or 0x6FEAD4) is unknown color: approx Aquamarine. HEX triplet: 6F, EA and D4. RGB value is (111,234,212). Sum of RGB (Red+Green+Blue) = 111+234+212=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD4 is #90152B. Grayscale: #C2C2C2. Windows color (decimal): -9442604 or 13953647. OLE color: 13953647.

HSL color Cylindrical-coordinate representation of color #6FEAD4: hue angle of 169.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEAD4 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB111234212-
CMYK0.5300.090.08
HSL169.27º74.55%67.65%-
HSV(B)169.27º52.56%91.76%-
XYZ47.8666.9872.69-
YUV194.72137.7568.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.93%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=19.93%
G=42.01%
B=38.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342120.5300.090.08169.2774.5567.65
Hex6FEAD435098a94b44
Octal1573523246501110251113104
Binary110111111101010110101001101010100110001010100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,234,212); }

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

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

 a { background-color: rgb(111,234,212); }

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

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

 span { border-color: rgb(111,234,212); }

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