Html Css Color HEX #6DF0D1 Aquamarine

📋 copy color: '#6DF0D1'

red 109 ◦ green 240 ◦ blue 209

#6DF0D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #6DF0D1

Tints of Aquamarine #6DF0D1

RGB

 RED value IS 109 (42.97% from 255) = 19.53%

 GREEN value IS 240 (94.14% from 255) = 43.01%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 19.53%
G = 43.01%
B = 37.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#6DF0D1 (or 0x6DF0D1) is known color: Aquamarine. HEX triplet: 6D, F0 and D1. RGB value is (109,240,209). Sum of RGB (Red+Green+Blue) = 109+240+209=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0D1 is #920F2E. Grayscale: #C5C5C5. Windows color (decimal): -9572143 or 13758573. OLE color: 13758573.

HSL color Cylindrical-coordinate representation of color #6DF0D1: hue angle of 165.8º 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 #6DF0D1 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 209 -
CMYK 0.55 0 0.13 0.06
HSL 165.8º 0.81% 0.68% -
HSV(B) 165.8º 0.55% 0.94% -
XYZ 48.98 70.17 71.29 -
YUV 197.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 109 240 209 0.55 0 0.13 0.06 165.8 0.81 0.68
Hex 6D F0 D1 37 0 D 6 A6 51 44
Octal 155 360 321 67 0 15 6 246 121 104
Binary 1101101 11110000 11010001 110111 0 1101 110 10100110 1010001 1000100

Color Harmonies of #6DF0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0D1

Black with #6DF0D1

Text Example


Text Example

White with #6DF0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DF0D1;
 }
 .AnyTagClassName
 {
   color: #6DF0D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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