#6DFAD1

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

Shades of Aquamarine #6DFAD1

Tints of Aquamarine #6DFAD1

Color information

#6DFAD1 (or 0x6DFAD1) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and D1. RGB value is (109,250,209). Sum of RGB (Red+Green+Blue) = 109+250+209=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAD1 is #92052E. Grayscale: #CBCBCB. Windows color (decimal): -9569583 or 13761133. OLE color: 13761133.

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

Color convert

RGB109250209-
CMYK0.5600.160.02
HSL162.55º93.38%70.39%-
HSV(B)162.55º56.4%98.04%-
XYZ5276.2372.29-
YUV203.17131.2960.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=19.19%
G=44.01%
B=36.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502090.5600.160.02162.5593.3870.39
Hex6DFAD1380102a35d46
Octal155372321700202243135106
Binary11011011111101011010001111000010000101010001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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