Html Css Color HEX #6DD5AB Medium Aquamarine

📋 copy color: '#6DD5AB'

red 109 ◦ green 213 ◦ blue 171

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

Shades of Medium Aquamarine #6DD5AB

Tints of Medium Aquamarine #6DD5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 22.11%
G = 43.2%
B = 34.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#6DD5AB (or 0x6DD5AB) is known color: Medium Aquamarine. HEX triplet: 6D, D5 and AB. RGB value is (109,213,171). Sum of RGB (Red+Green+Blue) = 109+213+171=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5AB is #922A54. Grayscale: #B1B1B1. Windows color (decimal): -9579093 or 11261293. OLE color: 11261293.

HSL color Cylindrical-coordinate representation of color #6DD5AB: hue angle of 155.77º 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 #6DD5AB is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 213 171 -
CMYK 0.49 0 0.20 0.16
HSL 155.77º 0.55% 0.63% -
HSV(B) 155.77º 0.49% 0.84% -
XYZ 37.45 53.78 46.93 -
YUV 177.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 109 213 171 0.49 0 0.20 0.16 155.77 0.55 0.63
Hex 6D D5 AB 31 0 14 10 9C 37 3F
Octal 155 325 253 61 0 24 20 234 67 77
Binary 1101101 11010101 10101011 110001 0 10100 10000 10011100 110111 111111

Color Harmonies of #6DD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5AB

Black with #6DD5AB

Text Example


Text Example

White with #6DD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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