Html Css Color HEX #6DD2AC Medium Aquamarine

📋 copy color: '#6DD2AC'

red 109 ◦ green 210 ◦ blue 172

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

Shades of Medium Aquamarine #6DD2AC

Tints of Medium Aquamarine #6DD2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

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

R = 22.2%
G = 42.77%
B = 35.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#6DD2AC (or 0x6DD2AC) is known color: Medium Aquamarine. HEX triplet: 6D, D2 and AC. RGB value is (109,210,172). Sum of RGB (Red+Green+Blue) = 109+210+172=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD2AC is #922D53. Grayscale: #AFAFAF. Windows color (decimal): -9579860 or 11326061. OLE color: 11326061.

HSL color Cylindrical-coordinate representation of color #6DD2AC: hue angle of 157.43º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD2AC is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 210 172 -
CMYK 0.48 0 0.18 0.18
HSL 157.43º 0.53% 0.63% -
HSV(B) 157.43º 0.48% 0.82% -
XYZ 36.8 52.32 47.19 -
YUV 175.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 109 210 172 0.48 0 0.18 0.18 157.43 0.53 0.63
Hex 6D D2 AC 30 0 12 12 9D 35 3F
Octal 155 322 254 60 0 22 22 235 65 77
Binary 1101101 11010010 10101100 110000 0 10010 10010 10011101 110101 111111

Color Harmonies of #6DD2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD2AC

Black with #6DD2AC

Text Example


Text Example

White with #6DD2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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