#6DF8B4

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

Shades of Aquamarine #6DF8B4

Tints of Aquamarine #6DF8B4

Color information

#6DF8B4 (or 0x6DF8B4) is unknown color: approx Aquamarine. HEX triplet: 6D, F8 and B4. RGB value is (109,248,180). Sum of RGB (Red+Green+Blue) = 109+248+180=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8B4 is #92074B. Grayscale: #C6C6C6. Windows color (decimal): -9570124 or 11860077. OLE color: 11860077.

HSL color Cylindrical-coordinate representation of color #6DF8B4: hue angle of 150.65º 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 #6DF8B4 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB109248180-
CMYK0.5600.270.03
HSL150.65º90.85%70%-
HSV(B)150.65º56.05%97.25%-
XYZ48.1173.6854.87-
YUV198.69117.4564.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=20.30%
G=46.18%
B=33.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1092481800.5600.270.03150.6590.8570
Hex6DF8B43801B3975b46
Octal155370264700333227133106
Binary11011011111100010110100111000011011111001011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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