#6FEAD2

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

Shades of Aquamarine #6FEAD2

Tints of Aquamarine #6FEAD2

Color information

#6FEAD2 (or 0x6FEAD2) is unknown color: approx Aquamarine. HEX triplet: 6F, EA and D2. RGB value is (111,234,210). Sum of RGB (Red+Green+Blue) = 111+234+210=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD2 is #90152D. Grayscale: #C2C2C2. Windows color (decimal): -9442606 or 13822575. OLE color: 13822575.

HSL color Cylindrical-coordinate representation of color #6FEAD2: hue angle of 168.29º 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 #6FEAD2 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB111234210-
CMYK0.5300.100.08
HSL168.29º74.55%67.65%-
HSV(B)168.29º52.56%91.76%-
XYZ47.6166.8871.37-
YUV194.49136.7568.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=20%
G=42.16%
B=37.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342100.5300.100.08168.2974.5567.65
Hex6FEAD2350A8a84b44
Octal1573523226501210250113104
Binary110111111101010110100101101010101010001010100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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