Html Css Color HEX #6DDDB4 Medium Aquamarine

📋 copy color: '#6DDDB4'

red 109 ◦ green 221 ◦ blue 180

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

Shades of Medium Aquamarine #6DDDB4

Tints of Medium Aquamarine #6DDDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 21.37%
G = 43.33%
B = 35.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#6DDDB4 (or 0x6DDDB4) is known color: Medium Aquamarine. HEX triplet: 6D, DD and B4. RGB value is (109,221,180). Sum of RGB (Red+Green+Blue) = 109+221+180=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDB4 is #92224B. Grayscale: #B6B6B6. Windows color (decimal): -9577036 or 11853165. OLE color: 11853165.

HSL color Cylindrical-coordinate representation of color #6DDDB4: hue angle of 158.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDB4 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 180 -
CMYK 0.51 0 0.19 0.13
HSL 158.04º 0.62% 0.65% -
HSV(B) 158.04º 0.51% 0.87% -
XYZ 40.4 58.26 52.3 -
YUV 182.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 109 221 180 0.51 0 0.19 0.13 158.04 0.62 0.65
Hex 6D DD B4 33 0 13 D 9E 3E 41
Octal 155 335 264 63 0 23 15 236 76 101
Binary 1101101 11011101 10110100 110011 0 10011 1101 10011110 111110 1000001

Color Harmonies of #6DDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDB4

Black with #6DDDB4

Text Example


Text Example

White with #6DDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,221,180); }

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

background-color css

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

 a { background-color: rgb(109,221,180); }

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

border-color css

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

 span { border-color: rgb(109,221,180); }

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