Html Css Color HEX #6DECA0 Medium Aquamarine

📋 copy color: '#6DECA0'

red 109 ◦ green 236 ◦ blue 160

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

Shades of Medium Aquamarine #6DECA0

Tints of Medium Aquamarine #6DECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

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

R = 21.58%
G = 46.73%
B = 31.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#6DECA0 (or 0x6DECA0) is known color: Medium Aquamarine. HEX triplet: 6D, EC and A0. RGB value is (109,236,160). Sum of RGB (Red+Green+Blue) = 109+236+160=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DECA0 is #92135F. Grayscale: #BDBDBD. Windows color (decimal): -9573216 or 10546285. OLE color: 10546285.

HSL color Cylindrical-coordinate representation of color #6DECA0: hue angle of 144.09º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DECA0 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 236 160 -
CMYK 0.54 0 0.32 0.07
HSL 144.09º 0.77% 0.68% -
HSV(B) 144.09º 0.54% 0.93% -
XYZ 42.65 65.78 43.71 -
YUV 189.36 111.42 70.68 -
System Red Green Blue C M Y K H S L
Decimal 109 236 160 0.54 0 0.32 0.07 144.09 0.77 0.68
Hex 6D EC A0 36 0 20 7 90 4D 44
Octal 155 354 240 66 0 40 7 220 115 104
Binary 1101101 11101100 10100000 110110 0 100000 111 10010000 1001101 1000100

Color Harmonies of #6DECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECA0

Black with #6DECA0

Text Example


Text Example

White with #6DECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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