#6FEAAA

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

Shades of Medium Aquamarine #6FEAAA

Tints of Medium Aquamarine #6FEAAA

Color information

#6FEAAA (or 0x6FEAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, EA and AA. RGB value is (111,234,170). Sum of RGB (Red+Green+Blue) = 111+234+170=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEAAA is #901555. Grayscale: #BEBEBE. Windows color (decimal): -9442646 or 11201135. OLE color: 11201135.

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

Color convert

RGB111234170-
CMYK0.5300.270.08
HSL148.78º74.55%67.65%-
HSV(B)148.78º52.56%91.76%-
XYZ43.2365.1348.32-
YUV189.93116.7571.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.55%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=21.55%
G=45.44%
B=33.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112341700.5300.270.08148.7874.5567.65
Hex6FEAAA3501B8954b44
Octal1573522526503310225113104
Binary1101111111010101010101011010101101110001001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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