Html Css Color HEX #6DDCB0 Medium Aquamarine

📋 copy color: '#6DDCB0'

red 109 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #6DDCB0

Tints of Medium Aquamarine #6DDCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 21.58%
G = 43.56%
B = 34.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#6DDCB0 (or 0x6DDCB0) is known color: Medium Aquamarine. HEX triplet: 6D, DC and B0. RGB value is (109,220,176). Sum of RGB (Red+Green+Blue) = 109+220+176=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDCB0 is #92234F. Grayscale: #B5B5B5. Windows color (decimal): -9577296 or 11590765. OLE color: 11590765.

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

Color convert

RGB 109 220 176 -
CMYK 0.50 0 0.2 0.14
HSL 156.22º 0.61% 0.65% -
HSV(B) 156.22º 0.5% 0.86% -
XYZ 39.74 57.57 50.09 -
YUV 181.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 109 220 176 0.50 0 0.2 0.14 156.22 0.61 0.65
Hex 6D DC B0 32 0 14 E 9C 3D 41
Octal 155 334 260 62 0 24 16 234 75 101
Binary 1101101 11011100 10110000 110010 0 10100 1110 10011100 111101 1000001

Color Harmonies of #6DDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCB0

Black with #6DDCB0

Text Example


Text Example

White with #6DDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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