Html Css Color HEX #6DD8B1 Medium Aquamarine

📋 copy color: '#6DD8B1'

red 109 ◦ green 216 ◦ blue 177

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

Shades of Medium Aquamarine #6DD8B1

Tints of Medium Aquamarine #6DD8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 21.71%
G = 43.03%
B = 35.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#6DD8B1 (or 0x6DD8B1) is known color: Medium Aquamarine. HEX triplet: 6D, D8 and B1. RGB value is (109,216,177). Sum of RGB (Red+Green+Blue) = 109+216+177=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8B1 is #92274E. Grayscale: #B3B3B3. Windows color (decimal): -9578319 or 11655277. OLE color: 11655277.

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

Color convert

RGB 109 216 177 -
CMYK 0.50 0 0.18 0.15
HSL 158.13º 0.58% 0.64% -
HSV(B) 158.13º 0.5% 0.85% -
XYZ 38.8 55.54 50.27 -
YUV 179.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 109 216 177 0.50 0 0.18 0.15 158.13 0.58 0.64
Hex 6D D8 B1 32 0 12 F 9E 3A 40
Octal 155 330 261 62 0 22 17 236 72 100
Binary 1101101 11011000 10110001 110010 0 10010 1111 10011110 111010 1000000

Color Harmonies of #6DD8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8B1

Black with #6DD8B1

Text Example


Text Example

White with #6DD8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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