#6DF8CD

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

Shades of Aquamarine #6DF8CD

Tints of Aquamarine #6DF8CD

Color information

#6DF8CD (or 0x6DF8CD) is unknown color: approx Aquamarine. HEX triplet: 6D, F8 and CD. RGB value is (109,248,205). Sum of RGB (Red+Green+Blue) = 109+248+205=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8CD is #920732. Grayscale: #C9C9C9. Windows color (decimal): -9570099 or 13498477. OLE color: 13498477.

HSL color Cylindrical-coordinate representation of color #6DF8CD: hue angle of 161.44º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8CD is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB109248205-
CMYK0.5600.170.03
HSL161.44º90.85%70%-
HSV(B)161.44º56.05%97.25%-
XYZ50.8974.7969.51-
YUV201.54129.9562-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.40%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=19.40%
G=44.13%
B=36.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1092482050.5600.170.03161.4490.8570
Hex6DF8CD380113a15b46
Octal155370315700213241133106
Binary11011011111100011001101111000010001111010000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,248,205); }

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

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

 a { background-color: rgb(109,248,205); }

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

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

 span { border-color: rgb(109,248,205); }

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