#6DF0D2

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

Shades of Aquamarine #6DF0D2

Tints of Aquamarine #6DF0D2

Color information

#6DF0D2 (or 0x6DF0D2) is unknown color: approx Aquamarine. HEX triplet: 6D, F0 and D2. RGB value is (109,240,210). Sum of RGB (Red+Green+Blue) = 109+240+210=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0D2 is #920F2D. Grayscale: #C5C5C5. Windows color (decimal): -9572142 or 13824109. OLE color: 13824109.

HSL color Cylindrical-coordinate representation of color #6DF0D2: hue angle of 166.26º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0D2 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB109240210-
CMYK0.5500.120.06
HSL166.26º81.37%68.43%-
HSV(B)166.26º54.58%94.12%-
XYZ49.170.2271.94-
YUV197.41135.164.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.50%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=19.50%
G=42.93%
B=37.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092402100.5500.120.06166.2681.3768.43
Hex6DF0D2370C6a65144
Octal155360322670146246121104
Binary11011011111000011010010110111011001101010011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,240,210); }

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

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

 a { background-color: rgb(109,240,210); }

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

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

 span { border-color: rgb(109,240,210); }

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