#6DFAC8

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

Shades of Aquamarine #6DFAC8

Tints of Aquamarine #6DFAC8

Color information

#6DFAC8 (or 0x6DFAC8) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and C8. RGB value is (109,250,200). Sum of RGB (Red+Green+Blue) = 109+250+200=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAC8 is #920537. Grayscale: #CACACA. Windows color (decimal): -9569592 or 13171309. OLE color: 13171309.

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

Color convert

RGB109250200-
CMYK0.5600.20.02
HSL158.72º93.38%70.39%-
HSV(B)158.72º56.4%98.04%-
XYZ50.9275.7966.59-
YUV202.14126.7961.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.50%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=19.50%
G=44.72%
B=35.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502000.5600.20.02158.7293.3870.39
Hex6DFAC83801429f5d46
Octal155372310700242237135106
Binary11011011111101011001000111000010100101001111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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