#6BFFB6

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

Shades of Aquamarine #6BFFB6

Tints of Aquamarine #6BFFB6

Color information

#6BFFB6 (or 0x6BFFB6) is unknown color: approx Aquamarine. HEX triplet: 6B, FF and B6. RGB value is (107,255,182). Sum of RGB (Red+Green+Blue) = 107+255+182=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFB6 is #940049. Grayscale: #CACACA. Windows color (decimal): -9699402 or 11992939. OLE color: 11992939.

HSL color Cylindrical-coordinate representation of color #6BFFB6: hue angle of 150.41º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFB6 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB107255182-
CMYK0.5800.290
HSL150.41º100%70.98%-
HSV(B)150.41º58.04%100%-
XYZ50.2778.0256.67-
YUV202.43116.4759.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.67%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=19.67%
G=46.88%
B=33.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072551820.5800.290150.4110070.98
Hex6BFFB63A01D0966447
Octal153377266720350226144107
Binary1101011111111111011011011101001110101001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,182); }

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

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

 a { background-color: rgb(107,255,182); }

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

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

 span { border-color: rgb(107,255,182); }

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