#6DFAB4

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

Shades of Aquamarine #6DFAB4

Tints of Aquamarine #6DFAB4

Color information

#6DFAB4 (or 0x6DFAB4) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and B4. RGB value is (109,250,180). Sum of RGB (Red+Green+Blue) = 109+250+180=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAB4 is #92054B. Grayscale: #C8C8C8. Windows color (decimal): -9569612 or 11860589. OLE color: 11860589.

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

Color convert

RGB109250180-
CMYK0.5600.280.02
HSL150.21º93.38%70.39%-
HSV(B)150.21º56.4%98.04%-
XYZ48.7374.9255.07-
YUV199.86116.7963.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.22%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=20.22%
G=46.38%
B=33.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092501800.5600.280.02150.2193.3870.39
Hex6DFAB43801C2965d46
Octal155372264700342226135106
Binary11011011111101010110100111000011100101001011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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