#6EF7B0

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

Shades of Aquamarine #6EF7B0

Tints of Aquamarine #6EF7B0

Color information

#6EF7B0 (or 0x6EF7B0) is unknown color: approx Aquamarine. HEX triplet: 6E, F7 and B0. RGB value is (110,247,176). Sum of RGB (Red+Green+Blue) = 110+247+176=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #6EF7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF7B0 is #91084F. Grayscale: #C6C6C6. Windows color (decimal): -9504848 or 11597678. OLE color: 11597678.

HSL color Cylindrical-coordinate representation of color #6EF7B0: hue angle of 148.91º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF7B0 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB110247176-
CMYK0.5500.290.03
HSL148.91º89.54%70%-
HSV(B)148.91º55.47%96.86%-
XYZ47.5372.9752.65-
YUV197.94115.6165.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.64%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=20.64%
G=46.34%
B=33.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1102471760.5500.290.03148.9189.5470
Hex6EF7B03701D3955a46
Octal156367260670353225132106
Binary11011101111011110110000110111011101111001010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,247,176); }

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

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

 a { background-color: rgb(110,247,176); }

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

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

 span { border-color: rgb(110,247,176); }

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