#6DFAB5

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

Shades of Aquamarine #6DFAB5

Tints of Aquamarine #6DFAB5

Color information

#6DFAB5 (or 0x6DFAB5) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and B5. RGB value is (109,250,181). Sum of RGB (Red+Green+Blue) = 109+250+181=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAB5 is #92054A. Grayscale: #C8C8C8. Windows color (decimal): -9569611 or 11926125. OLE color: 11926125.

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

Color convert

RGB109250181-
CMYK0.5600.280.02
HSL150.64º93.38%70.39%-
HSV(B)150.64º56.4%98.04%-
XYZ48.8374.9655.61-
YUV199.98117.2963.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.19%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=20.19%
G=46.30%
B=33.52%

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
Decimal1092501810.5600.280.02150.6493.3870.39
Hex6DFAB53801C2975d46
Octal155372265700342227135106
Binary11011011111101010110101111000011100101001011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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