#6ff1b6

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

Shades of Aquamarine #6FF1B6

Tints of Aquamarine #6FF1B6

Color information

#6FF1B6 (or 0x6FF1B6) is unknown color: approx Aquamarine. HEX triplet: 6F, F1 and B6. RGB value is (111,241,182). Sum of RGB (Red+Green+Blue) = 111+241+182=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1B6 is #900E49. Grayscale: #C3C3C3. Windows color (decimal): -9440842 or 11989359. OLE color: 11989359.

HSL color Cylindrical-coordinate representation of color #6FF1B6: hue angle of 152.77º degrees, saturation: 0.82, 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 #6FF1B6 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB111241182-
CMYK0.5400.240.05
HSL152.77º82.28%69.02%-
HSV(B)152.77º53.94%94.51%-
XYZ46.4569.6755.25-
YUV195.4120.4367.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 182 (71.48% from 255) = 34.08%
R=20.79%
G=45.13%
B=34.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112411820.5400.240.05152.7782.2869.02
Hex6FF1B6360185995245
Octal157361266660305231122105
Binary110111111110001101101101101100110001011001100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ff1b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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