Html Css Color HEX #6DD8AA Medium Aquamarine

📋 copy color: '#6DD8AA'

red 109 ◦ green 216 ◦ blue 170

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

Shades of Medium Aquamarine #6DD8AA

Tints of Medium Aquamarine #6DD8AA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

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

R = 22.02%
G = 43.64%
B = 34.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#6DD8AA (or 0x6DD8AA) is known color: Medium Aquamarine. HEX triplet: 6D, D8 and AA. RGB value is (109,216,170). Sum of RGB (Red+Green+Blue) = 109+216+170=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8AA is #922755. Grayscale: #B2B2B2. Windows color (decimal): -9578326 or 11196525. OLE color: 11196525.

HSL color Cylindrical-coordinate representation of color #6DD8AA: hue angle of 154.21º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8AA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 216 170 -
CMYK 0.50 0 0.21 0.15
HSL 154.21º 0.58% 0.64% -
HSV(B) 154.21º 0.5% 0.85% -
XYZ 38.12 55.27 46.69 -
YUV 178.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 109 216 170 0.50 0 0.21 0.15 154.21 0.58 0.64
Hex 6D D8 AA 32 0 15 F 9A 3A 40
Octal 155 330 252 62 0 25 17 232 72 100
Binary 1101101 11011000 10101010 110010 0 10101 1111 10011010 111010 1000000

Color Harmonies of #6DD8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8AA

Black with #6DD8AA

Text Example


Text Example

White with #6DD8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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