#6DF3D5

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

Shades of Aquamarine #6DF3D5

Tints of Aquamarine #6DF3D5

Color information

#6DF3D5 (or 0x6DF3D5) is unknown color: approx Aquamarine. HEX triplet: 6D, F3 and D5. RGB value is (109,243,213). Sum of RGB (Red+Green+Blue) = 109+243+213=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #6DF3D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF3D5 is #920C2A. Grayscale: #C7C7C7. Windows color (decimal): -9571371 or 14021485. OLE color: 14021485.

HSL color Cylindrical-coordinate representation of color #6DF3D5: hue angle of 166.57º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF3D5 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB109243213-
CMYK0.5500.120.05
HSL166.57º84.81%69.02%-
HSV(B)166.57º55.14%95.29%-
XYZ50.3772.1674.22-
YUV199.51135.6163.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.29%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=19.29%
G=43.01%
B=37.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092432130.5500.120.05166.5784.8169.02
Hex6DF3D5370C5a75545
Octal155363325670145247125105
Binary11011011111001111010101110111011001011010011110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,243,213); }

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

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

 a { background-color: rgb(109,243,213); }

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

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

 span { border-color: rgb(109,243,213); }

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