#6DF8B0

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

Shades of Aquamarine #6DF8B0

Tints of Aquamarine #6DF8B0

Color information

#6DF8B0 (or 0x6DF8B0) is unknown color: approx Aquamarine. HEX triplet: 6D, F8 and B0. RGB value is (109,248,176). Sum of RGB (Red+Green+Blue) = 109+248+176=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF8B0 is #92074F. Grayscale: #C6C6C6. Windows color (decimal): -9570128 or 11597933. OLE color: 11597933.

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

Color convert

RGB109248176-
CMYK0.5600.290.03
HSL148.92º90.85%70%-
HSV(B)148.92º56.05%97.25%-
XYZ47.7173.5252.75-
YUV198.23115.4564.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.45%
GREEN value IS 248 (97.27% from 255) = 46.53%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=20.45%
G=46.53%
B=33.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1092481760.5600.290.03148.9290.8570
Hex6DF8B03801D3955b46
Octal155370260700353225133106
Binary11011011111100010110000111000011101111001010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,248,176); }

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

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

 a { background-color: rgb(109,248,176); }

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

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

 span { border-color: rgb(109,248,176); }

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