#6BFFAE

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

Shades of Aquamarine #6BFFAE

Tints of Aquamarine #6BFFAE

Color information

#6BFFAE (or 0x6BFFAE) is unknown color: approx Aquamarine. HEX triplet: 6B, FF and AE. RGB value is (107,255,174). Sum of RGB (Red+Green+Blue) = 107+255+174=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFAE is #940051. Grayscale: #C9C9C9. Windows color (decimal): -9699410 or 11468651. OLE color: 11468651.

HSL color Cylindrical-coordinate representation of color #6BFFAE: hue angle of 147.16º 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 #6BFFAE is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB107255174-
CMYK0.5800.320
HSL147.16º100%70.98%-
HSV(B)147.16º58.04%100%-
XYZ49.4677.752.44-
YUV201.51112.4760.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.96%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=19.96%
G=47.57%
B=32.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072551740.5800.320147.1610070.98
Hex6BFFAE3A0200936447
Octal153377256720400223144107
Binary11010111111111110101110111010010000001001001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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