#6DFFC8

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

Shades of Aquamarine #6DFFC8

Tints of Aquamarine #6DFFC8

Color information

#6DFFC8 (or 0x6DFFC8) is unknown color: approx Aquamarine. HEX triplet: 6D, FF and C8. RGB value is (109,255,200). Sum of RGB (Red+Green+Blue) = 109+255+200=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFC8 is #920037. Grayscale: #CDCDCD. Windows color (decimal): -9568312 or 13172589. OLE color: 13172589.

HSL color Cylindrical-coordinate representation of color #6DFFC8: hue angle of 157.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFC8 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB109255200-
CMYK0.5700.220
HSL157.4º100%71.37%-
HSV(B)157.4º57.25%100%-
XYZ52.4978.9467.11-
YUV205.08125.1359.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.33%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=19.33%
G=45.21%
B=35.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092552000.5700.220157.410071.37
Hex6DFFC83901609d6447
Octal155377310710260235144107
Binary1101101111111111100100011100101011001001110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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