Html Css Color HEX #6DEDD0 Aquamarine

📋 copy color: '#6DEDD0'

red 109 ◦ green 237 ◦ blue 208

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

Shades of Aquamarine #6DEDD0

Tints of Aquamarine #6DEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 19.68%
G = 42.78%
B = 37.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#6DEDD0 (or 0x6DEDD0) is known color: Aquamarine. HEX triplet: 6D, ED and D0. RGB value is (109,237,208). Sum of RGB (Red+Green+Blue) = 109+237+208=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD0 is #92122F. Grayscale: #C3C3C3. Windows color (decimal): -9572912 or 13692269. OLE color: 13692269.

HSL color Cylindrical-coordinate representation of color #6DEDD0: hue angle of 166.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDD0 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 208 -
CMYK 0.54 0 0.12 0.07
HSL 166.41º 0.78% 0.68% -
HSV(B) 166.41º 0.54% 0.93% -
XYZ 47.98 68.37 70.34 -
YUV 195.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 109 237 208 0.54 0 0.12 0.07 166.41 0.78 0.68
Hex 6D ED D0 36 0 C 7 A6 4E 44
Octal 155 355 320 66 0 14 7 246 116 104
Binary 1101101 11101101 11010000 110110 0 1100 111 10100110 1001110 1000100

Color Harmonies of #6DEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDD0

Black with #6DEDD0

Text Example


Text Example

White with #6DEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,237,208); }

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

background-color css

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

 a { background-color: rgb(109,237,208); }

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

border-color css

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

 span { border-color: rgb(109,237,208); }

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