#6FF2B6

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

Shades of Aquamarine #6FF2B6

Tints of Aquamarine #6FF2B6

Color information

#6FF2B6 (or 0x6FF2B6) is unknown color: approx Aquamarine. HEX triplet: 6F, F2 and B6. RGB value is (111,242,182). Sum of RGB (Red+Green+Blue) = 111+242+182=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2B6 is #900D49. Grayscale: #C4C4C4. Windows color (decimal): -9440586 or 11989615. OLE color: 11989615.

HSL color Cylindrical-coordinate representation of color #6FF2B6: hue angle of 152.52º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2B6 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB111242182-
CMYK0.5400.250.05
HSL152.52º83.44%69.22%-
HSV(B)152.52º54.13%94.9%-
XYZ46.7570.2655.35-
YUV195.99120.167.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=20.75%
G=45.23%
B=34.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112421820.5400.250.05152.5283.4469.22
Hex6FF2B6360195995345
Octal157362266660315231123105
Binary110111111110010101101101101100110011011001100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,242,182); }

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

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

 a { background-color: rgb(111,242,182); }

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

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

 span { border-color: rgb(111,242,182); }

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