Html Css Color HEX #6DD5AF Medium Aquamarine

📋 copy color: '#6DD5AF'

red 109 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #6DD5AF

Tints of Medium Aquamarine #6DD5AF

RGB

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

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

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

R = 21.93%
G = 42.86%
B = 35.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#6DD5AF (or 0x6DD5AF) is known color: Medium Aquamarine. HEX triplet: 6D, D5 and AF. RGB value is (109,213,175). Sum of RGB (Red+Green+Blue) = 109+213+175=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5AF is #922A50. Grayscale: #B1B1B1. Windows color (decimal): -9579089 or 11523437. OLE color: 11523437.

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

Color convert

RGB 109 213 175 -
CMYK 0.49 0 0.18 0.16
HSL 158.08º 0.55% 0.63% -
HSV(B) 158.08º 0.49% 0.84% -
XYZ 37.84 53.93 48.97 -
YUV 177.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 109 213 175 0.49 0 0.18 0.16 158.08 0.55 0.63
Hex 6D D5 AF 31 0 12 10 9E 37 3F
Octal 155 325 257 61 0 22 20 236 67 77
Binary 1101101 11010101 10101111 110001 0 10010 10000 10011110 110111 111111

Color Harmonies of #6DD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5AF

Black with #6DD5AF

Text Example


Text Example

White with #6DD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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