Html Css Color HEX #6DD0AA Medium Aquamarine

📋 copy color: '#6DD0AA'

red 109 ◦ green 208 ◦ blue 170

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

Shades of Medium Aquamarine #6DD0AA

Tints of Medium Aquamarine #6DD0AA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 22.38%
G = 42.71%
B = 34.91%

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

#6DD0AA (or 0x6DD0AA) is known color: Medium Aquamarine. HEX triplet: 6D, D0 and AA. RGB value is (109,208,170). Sum of RGB (Red+Green+Blue) = 109+208+170=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD0AA is #922F55. Grayscale: #AEAEAE. Windows color (decimal): -9580374 or 11194477. OLE color: 11194477.

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

Color convert

RGB 109 208 170 -
CMYK 0.48 0 0.18 0.18
HSL 156.97º 0.51% 0.62% -
HSV(B) 156.97º 0.48% 0.82% -
XYZ 36.12 51.27 46.02 -
YUV 174.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 109 208 170 0.48 0 0.18 0.18 156.97 0.51 0.62
Hex 6D D0 AA 30 0 12 12 9D 33 3E
Octal 155 320 252 60 0 22 22 235 63 76
Binary 1101101 11010000 10101010 110000 0 10010 10010 10011101 110011 111110

Color Harmonies of #6DD0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD0AA

Black with #6DD0AA

Text Example


Text Example

White with #6DD0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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