Html Css Color HEX #6DCDA0 Medium Aquamarine

📋 copy color: '#6DCDA0'

red 109 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #6DCDA0

Tints of Medium Aquamarine #6DCDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 23%
G = 43.25%
B = 33.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#6DCDA0 (or 0x6DCDA0) is known color: Medium Aquamarine. HEX triplet: 6D, CD and A0. RGB value is (109,205,160). Sum of RGB (Red+Green+Blue) = 109+205+160=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDA0 is #92325F. Grayscale: #ABABAB. Windows color (decimal): -9581152 or 10538349. OLE color: 10538349.

HSL color Cylindrical-coordinate representation of color #6DCDA0: hue angle of 151.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDA0 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 205 160 -
CMYK 0.47 0 0.22 0.20
HSL 151.88º 0.49% 0.62% -
HSV(B) 151.88º 0.47% 0.8% -
XYZ 34.48 49.45 40.99 -
YUV 171.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 109 205 160 0.47 0 0.22 0.20 151.88 0.49 0.62
Hex 6D CD A0 2F 0 16 14 98 31 3E
Octal 155 315 240 57 0 26 24 230 61 76
Binary 1101101 11001101 10100000 101111 0 10110 10100 10011000 110001 111110

Color Harmonies of #6DCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDA0

Black with #6DCDA0

Text Example


Text Example

White with #6DCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,205,160); }

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

background-color css

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

 a { background-color: rgb(109,205,160); }

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

border-color css

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

 span { border-color: rgb(109,205,160); }

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