Html Css Color HEX #6DDCAF Medium Aquamarine

📋 copy color: '#6DDCAF'

red 109 ◦ green 220 ◦ blue 175

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

Shades of Medium Aquamarine #6DDCAF

Tints of Medium Aquamarine #6DDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 21.63%
G = 43.65%
B = 34.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6DDCAF (or 0x6DDCAF) is known color: Medium Aquamarine. HEX triplet: 6D, DC and AF. RGB value is (109,220,175). Sum of RGB (Red+Green+Blue) = 109+220+175=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDCAF is #922350. Grayscale: #B5B5B5. Windows color (decimal): -9577297 or 11525229. OLE color: 11525229.

HSL color Cylindrical-coordinate representation of color #6DDCAF: hue angle of 155.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCAF is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 175 -
CMYK 0.50 0 0.20 0.14
HSL 155.68º 0.61% 0.65% -
HSV(B) 155.68º 0.5% 0.86% -
XYZ 39.64 57.53 49.57 -
YUV 181.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 109 220 175 0.50 0 0.20 0.14 155.68 0.61 0.65
Hex 6D DC AF 32 0 14 E 9C 3D 41
Octal 155 334 257 62 0 24 16 234 75 101
Binary 1101101 11011100 10101111 110010 0 10100 1110 10011100 111101 1000001

Color Harmonies of #6DDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCAF

Black with #6DDCAF

Text Example


Text Example

White with #6DDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,175); }

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

background-color css

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

 a { background-color: rgb(109,220,175); }

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

border-color css

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

 span { border-color: rgb(109,220,175); }

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