#6FEBAA

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

Shades of Medium Aquamarine #6FEBAA

Tints of Medium Aquamarine #6FEBAA

Color information

#6FEBAA (or 0x6FEBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, EB and AA. RGB value is (111,235,170). Sum of RGB (Red+Green+Blue) = 111+235+170=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEBAA is #901455. Grayscale: #BEBEBE. Windows color (decimal): -9442390 or 11201391. OLE color: 11201391.

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

Color convert

RGB111235170-
CMYK0.5300.280.08
HSL148.55º75.61%67.84%-
HSV(B)148.55º52.77%92.16%-
XYZ43.5265.748.42-
YUV190.51116.4271.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.51%
GREEN value IS 235 (92.19% from 255) = 45.54%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=21.51%
G=45.54%
B=32.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112351700.5300.280.08148.5575.6167.84
Hex6FEBAA3501C8954c44
Octal1573532526503410225114104
Binary1101111111010111010101011010101110010001001010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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