Html Css Color HEX #6DD5AC Medium Aquamarine

📋 copy color: '#6DD5AC'

red 109 ◦ green 213 ◦ blue 172

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

Shades of Medium Aquamarine #6DD5AC

Tints of Medium Aquamarine #6DD5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 22.06%
G = 43.12%
B = 34.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#6DD5AC (or 0x6DD5AC) is known color: Medium Aquamarine. HEX triplet: 6D, D5 and AC. RGB value is (109,213,172). Sum of RGB (Red+Green+Blue) = 109+213+172=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5AC is #922A53. Grayscale: #B1B1B1. Windows color (decimal): -9579092 or 11326829. OLE color: 11326829.

HSL color Cylindrical-coordinate representation of color #6DD5AC: hue angle of 156.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5AC is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 213 172 -
CMYK 0.49 0 0.19 0.16
HSL 156.35º 0.55% 0.63% -
HSV(B) 156.35º 0.49% 0.84% -
XYZ 37.55 53.82 47.44 -
YUV 177.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 109 213 172 0.49 0 0.19 0.16 156.35 0.55 0.63
Hex 6D D5 AC 31 0 13 10 9C 37 3F
Octal 155 325 254 61 0 23 20 234 67 77
Binary 1101101 11010101 10101100 110001 0 10011 10000 10011100 110111 111111

Color Harmonies of #6DD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5AC

Black with #6DD5AC

Text Example


Text Example

White with #6DD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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