#6DFAB2

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

Shades of Aquamarine #6DFAB2

Tints of Aquamarine #6DFAB2

Color information

#6DFAB2 (or 0x6DFAB2) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and B2. RGB value is (109,250,178). Sum of RGB (Red+Green+Blue) = 109+250+178=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFAB2 is #92054D. Grayscale: #C7C7C7. Windows color (decimal): -9569614 or 11729517. OLE color: 11729517.

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

Color convert

RGB109250178-
CMYK0.5600.290.02
HSL149.36º93.38%70.39%-
HSV(B)149.36º56.4%98.04%-
XYZ48.5374.8454.01-
YUV199.63115.7963.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=20.30%
G=46.55%
B=33.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092501780.5600.290.02149.3693.3870.39
Hex6DFAB23801D2955d46
Octal155372262700352225135106
Binary11011011111101010110010111000011101101001010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,250,178); }

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

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

 a { background-color: rgb(109,250,178); }

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

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

 span { border-color: rgb(109,250,178); }

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